#D9EFB5

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

Shades of Reef #D9EFB5

Tints of Reef #D9EFB5

Color information

#D9EFB5 (or 0xD9EFB5) is unknown color: approx Reef. HEX triplet: D9, EF and B5. RGB value is (217,239,181). Sum of RGB (Red+Green+Blue) = 217+239+181=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EFB5 is #26104A. Grayscale: #E2E2E2. Windows color (decimal): -2494539 or 11923417. OLE color: 11923417.

HSL color Cylindrical-coordinate representation of color #D9EFB5: hue angle of 82.76º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9EFB5 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB217239181-
CMYK0.0900.240.06
HSL82.76º64.44%82.35%-
HSV(B)82.76º24.27%93.73%-
XYZ67.8279.8255.55-
YUV225.81102.71121.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 239 (93.75% from 255) = 37.52%
BLUE value IS 181 (71.09% from 255) = 28.41%
R=34.07%
G=37.52%
B=28.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172391810.0900.240.0682.7664.4482.35
HexD9EFB590186534052
Octal331357265110306123100122
Binary1101100111101111101101011001011000110101001110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFB5; }

 p { color: rgb(217,239,181); }

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

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

 a { background-color: rgb(217,239,181); }

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

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

 span { border-color: rgb(217,239,181); }

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