#D5DFB7

Color #D5DFB7 Harp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harp #D5DFB7

Tints of Harp #D5DFB7

Color information

#D5DFB7 (or 0xD5DFB7) is unknown color: approx Harp. HEX triplet: D5, DF and B7. RGB value is (213,223,183). Sum of RGB (Red+Green+Blue) = 213+223+183=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 183 (71.88% from 255 or 29.56% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFB7 is #2A2048. Grayscale: #D7D7D7. Windows color (decimal): -2760777 or 12050389. OLE color: 12050389.

HSL color Cylindrical-coordinate representation of color #D5DFB7: hue angle of 75º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5DFB7 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB213223183-
CMYK0.0400.180.13
HSL75º38.46%79.61%-
HSV(B)75º17.94%87.45%-
XYZ62.3870.3455.09-
YUV215.45109.69126.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 223 (87.5% from 255) = 36.03%
BLUE value IS 183 (71.88% from 255) = 29.56%
R=34.41%
G=36.03%
B=29.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132231830.0400.180.137538.4679.61
HexD5DFB74012D4b2650
Octal32533726740221511346120
Binary110101011101111110110111100010010110110010111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFB7; }

 p { color: rgb(213,223,183); }

 H1.HeaderClassName
 {
   color: #D5DFB7;
 }
 .AnyTagClassName
 {
   color: #D5DFB7;
 }
</style>
background-color css

<style>
 a { background-color: #D5DFB7; }

 a { background-color: rgb(213,223,183); }

 div.DivClassName
 {
   background-color: #D5DFB7;
 }
 .BgClassName
 {
   background-color: #D5DFB7;
 }
</style>
border-color css

<style>
 span { border-color: #D5DFB7; }

 span { border-color: rgb(213,223,183); }

 td.TdClassName
 {
   border-color: #D5DFB7;
 }
 .TagClassName
 {
   border-color: #D5DFB7;
 }
</style>