#D2EEA9

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

Shades of Reef #D2EEA9

Tints of Reef #D2EEA9

Color information

#D2EEA9 (or 0xD2EEA9) is unknown color: approx Reef. HEX triplet: D2, EE and A9. RGB value is (210,238,169). Sum of RGB (Red+Green+Blue) = 210+238+169=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 169 (66.41% from 255 or 27.39% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EEA9 is #2D1156. Grayscale: #DEDEDE. Windows color (decimal): -2953559 or 11136722. OLE color: 11136722.

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

Color convert

RGB210238169-
CMYK0.1200.290.07
HSL84.35º66.99%79.8%-
HSV(B)84.35º28.99%93.33%-
XYZ64.3177.7249.15-
YUV221.7698.22119.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 238 (93.36% from 255) = 38.57%
BLUE value IS 169 (66.41% from 255) = 27.39%
R=34.04%
G=38.57%
B=27.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102381690.1200.290.0784.3566.9979.8
HexD2EEA9C01D7544350
Octal322356251140357124103120
Binary1101001011101110101010011100011101111101010010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EEA9; }

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

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

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

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

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

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

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

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