#D9EBAF

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

Shades of Reef #D9EBAF

Tints of Reef #D9EBAF

Color information

#D9EBAF (or 0xD9EBAF) is unknown color: approx Reef. HEX triplet: D9, EB and AF. RGB value is (217,235,175). Sum of RGB (Red+Green+Blue) = 217+235+175=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EBAF is #261450. Grayscale: #DFDFDF. Windows color (decimal): -2495569 or 11529177. OLE color: 11529177.

HSL color Cylindrical-coordinate representation of color #D9EBAF: hue angle of 78º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9EBAF is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB217235175-
CMYK0.0800.260.08
HSL78º60%80.39%-
HSV(B)78º25.53%92.16%-
XYZ66.0677.2651.99-
YUV222.78101.04123.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.61%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=34.61%
G=37.48%
B=27.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172351750.0800.260.08786080.39
HexD9EBAF801A84e3c50
Octal331353257100321011674120
Binary1101100111101011101011111000011010100010011101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBAF; }

 p { color: rgb(217,235,175); }

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

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

 a { background-color: rgb(217,235,175); }

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

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

 span { border-color: rgb(217,235,175); }

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