#D1ECAF

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

Shades of Reef #D1ECAF

Tints of Reef #D1ECAF

Color information

#D1ECAF (or 0xD1ECAF) is unknown color: approx Reef. HEX triplet: D1, EC and AF. RGB value is (209,236,175). Sum of RGB (Red+Green+Blue) = 209+236+175=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1ECAF is #2E1350. Grayscale: #DDDDDD. Windows color (decimal): -3019601 or 11529425. OLE color: 11529425.

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

Color convert

RGB209236175-
CMYK0.1100.260.07
HSL86.56º61.62%80.59%-
HSV(B)86.56º25.85%92.55%-
XYZ64.0376.6451.98-
YUV220.97102.05119.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.71%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=33.71%
G=38.06%
B=28.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092361750.1100.260.0786.5661.6280.59
HexD1ECAFB01A7573e51
Octal32135425713032712776121
Binary110100011110110010101111101101101011110101111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ECAF; }

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

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

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

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

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

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

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

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