#D1EAAA

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

Shades of Reef #D1EAAA

Tints of Reef #D1EAAA

Color information

#D1EAAA (or 0xD1EAAA) is unknown color: approx Reef. HEX triplet: D1, EA and AA. RGB value is (209,234,170). Sum of RGB (Red+Green+Blue) = 209+234+170=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EAAA is #2E1555. Grayscale: #DBDBDB. Windows color (decimal): -3020118 or 11201233. OLE color: 11201233.

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

Color convert

RGB209234170-
CMYK0.1100.270.08
HSL83.44º60.38%79.22%-
HSV(B)83.44º27.35%91.76%-
XYZ62.9775.349.25-
YUV219.23100.22120.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.09%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=34.09%
G=38.17%
B=27.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092341700.1100.270.0883.4460.3879.22
HexD1EAAAB01B8533c4f
Octal321352252130331012374117
Binary1101000111101010101010101011011011100010100111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EAAA; }

 p { color: rgb(209,234,170); }

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

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

 a { background-color: rgb(209,234,170); }

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

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

 span { border-color: rgb(209,234,170); }

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