#D9EFAB

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

Shades of Reef #D9EFAB

Tints of Reef #D9EFAB

Color information

#D9EFAB (or 0xD9EFAB) is unknown color: approx Reef. HEX triplet: D9, EF and AB. RGB value is (217,239,171). Sum of RGB (Red+Green+Blue) = 217+239+171=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EFAB is #261054. Grayscale: #E0E0E0. Windows color (decimal): -2494549 or 11268057. OLE color: 11268057.

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

Color convert

RGB217239171-
CMYK0.0900.280.06
HSL79.41º68%80.39%-
HSV(B)79.41º28.45%93.73%-
XYZ66.8379.4250.34-
YUV224.6797.71122.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.61%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 171 (67.19% from 255) = 27.27%
R=34.61%
G=38.12%
B=27.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172391710.0900.280.0679.416880.39
HexD9EFAB901C64f4450
Octal331357253110346117104120
Binary1101100111101111101010111001011100110100111110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFAB; }

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

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

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

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

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

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

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

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