#D8ECAF

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

Shades of Reef #D8ECAF

Tints of Reef #D8ECAF

Color information

#D8ECAF (or 0xD8ECAF) is unknown color: approx Reef. HEX triplet: D8, EC and AF. RGB value is (216,236,175). Sum of RGB (Red+Green+Blue) = 216+236+175=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #D8ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8ECAF is #271350. Grayscale: #DFDFDF. Windows color (decimal): -2560849 or 11529432. OLE color: 11529432.

HSL color Cylindrical-coordinate representation of color #D8ECAF: hue angle of 79.67º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8ECAF is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB216236175-
CMYK0.0800.260.07
HSL79.67º61.62%80.59%-
HSV(B)79.67º25.85%92.55%-
XYZ66.0577.6852.07-
YUV223.07100.87122.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.45%
GREEN value IS 236 (92.58% from 255) = 37.64%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=34.45%
G=37.64%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2162361750.0800.260.0779.6761.6280.59
HexD8ECAF801A7503e51
Octal33035425710032712076121
Binary110110001110110010101111100001101011110100001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ECAF; }

 p { color: rgb(216,236,175); }

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

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

 a { background-color: rgb(216,236,175); }

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

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

 span { border-color: rgb(216,236,175); }

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