#D2EEAE

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

Shades of Reef #D2EEAE

Tints of Reef #D2EEAE

Color information

#D2EEAE (or 0xD2EEAE) is unknown color: approx Reef. HEX triplet: D2, EE and AE. RGB value is (210,238,174). Sum of RGB (Red+Green+Blue) = 210+238+174=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EEAE is #2D1151. Grayscale: #DEDEDE. Windows color (decimal): -2953554 or 11464402. OLE color: 11464402.

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

Color convert

RGB210238174-
CMYK0.1200.270.07
HSL86.25º65.31%80.78%-
HSV(B)86.25º26.89%93.33%-
XYZ64.7977.9151.67-
YUV222.33100.72119.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 238 (93.36% from 255) = 38.26%
BLUE value IS 174 (68.36% from 255) = 27.97%
R=33.76%
G=38.26%
B=27.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102381740.1200.270.0786.2565.3180.78
HexD2EEAEC01B7564151
Octal322356256140337126101121
Binary1101001011101110101011101100011011111101011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EEAE; }

 p { color: rgb(210,238,174); }

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

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

 a { background-color: rgb(210,238,174); }

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

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

 span { border-color: rgb(210,238,174); }

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