#D2EAAA

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

Shades of Reef #D2EAAA

Tints of Reef #D2EAAA

Color information

#D2EAAA (or 0xD2EAAA) is unknown color: approx Reef. HEX triplet: D2, EA and AA. RGB value is (210,234,170). Sum of RGB (Red+Green+Blue) = 210+234+170=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EAAA is #2D1555. Grayscale: #DBDBDB. Windows color (decimal): -2954582 or 11201234. OLE color: 11201234.

HSL color Cylindrical-coordinate representation of color #D2EAAA: hue angle of 82.5º 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 #D2EAAA is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB210234170-
CMYK0.1000.270.08
HSL82.5º60.38%79.22%-
HSV(B)82.5º27.35%91.76%-
XYZ63.2675.4549.26-
YUV219.53100.05121.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 170 (66.80% from 255) = 27.69%
R=34.20%
G=38.11%
B=27.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102341700.1000.270.0882.560.3879.22
HexD2EAAAA01B8523c4f
Octal322352252120331012274117
Binary1101001011101010101010101010011011100010100101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EAAA; }

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

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

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

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

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

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

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

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