#D9EFAA

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

Shades of Reef #D9EFAA

Tints of Reef #D9EFAA

Color information

#D9EFAA (or 0xD9EFAA) is unknown color: approx Reef. HEX triplet: D9, EF and AA. RGB value is (217,239,170). Sum of RGB (Red+Green+Blue) = 217+239+170=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EFAA is #261055. Grayscale: #E0E0E0. Windows color (decimal): -2494550 or 11202521. OLE color: 11202521.

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

Color convert

RGB217239170-
CMYK0.0900.290.06
HSL79.13º68.32%80.2%-
HSV(B)79.13º28.87%93.73%-
XYZ66.7479.3949.84-
YUV224.5697.21122.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.66%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 170 (66.80% from 255) = 27.16%
R=34.66%
G=38.18%
B=27.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172391700.0900.290.0679.1368.3280.2
HexD9EFAA901D64f4450
Octal331357252110356117104120
Binary1101100111101111101010101001011101110100111110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFAA; }

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

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

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

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

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

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

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

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