#D8EAAA

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

Shades of Reef #D8EAAA

Tints of Reef #D8EAAA

Color information

#D8EAAA (or 0xD8EAAA) is unknown color: approx Reef. HEX triplet: D8, EA and AA. RGB value is (216,234,170). Sum of RGB (Red+Green+Blue) = 216+234+170=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EAAA is #271555. Grayscale: #DDDDDD. Windows color (decimal): -2561366 or 11201240. OLE color: 11201240.

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

Color convert

RGB216234170-
CMYK0.0800.270.08
HSL76.88º60.38%79.22%-
HSV(B)76.88º27.35%91.76%-
XYZ6576.3549.34-
YUV221.3299.04124.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.84%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 170 (66.80% from 255) = 27.42%
R=34.84%
G=37.74%
B=27.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162341700.0800.270.0876.8860.3879.22
HexD8EAAA801B84d3c4f
Octal330352252100331011574117
Binary1101100011101010101010101000011011100010011011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EAAA; }

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

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

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

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

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

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

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

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