#D6ECAF

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

Shades of Reef #D6ECAF

Tints of Reef #D6ECAF

Color information

#D6ECAF (or 0xD6ECAF) is unknown color: approx Reef. HEX triplet: D6, EC and AF. RGB value is (214,236,175). Sum of RGB (Red+Green+Blue) = 214+236+175=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ECAF is #291350. Grayscale: #DEDEDE. Windows color (decimal): -2691921 or 11529430. OLE color: 11529430.

HSL color Cylindrical-coordinate representation of color #D6ECAF: hue angle of 81.64º 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 #D6ECAF is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB214236175-
CMYK0.0900.260.07
HSL81.64º61.62%80.59%-
HSV(B)81.64º25.85%92.55%-
XYZ65.4677.3852.04-
YUV222.47101.21121.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.24%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 175 (68.75% from 255) = 28%
R=34.24%
G=37.76%
B=28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142361750.0900.260.0781.6461.6280.59
HexD6ECAF901A7523e51
Octal32635425711032712276121
Binary110101101110110010101111100101101011110100101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECAF; }

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

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

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

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

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

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

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

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