#D8EDAA

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

Shades of Reef #D8EDAA

Tints of Reef #D8EDAA

Color information

#D8EDAA (or 0xD8EDAA) is unknown color: approx Reef. HEX triplet: D8, ED and AA. RGB value is (216,237,170). Sum of RGB (Red+Green+Blue) = 216+237+170=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EDAA is #271255. Grayscale: #DFDFDF. Windows color (decimal): -2560598 or 11202008. OLE color: 11202008.

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

Color convert

RGB216237170-
CMYK0.0900.280.07
HSL78.81º65.05%79.8%-
HSV(B)78.81º28.27%92.94%-
XYZ65.8678.0749.63-
YUV223.0898.04122.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.67%
GREEN value IS 237 (92.97% from 255) = 38.04%
BLUE value IS 170 (66.80% from 255) = 27.29%
R=34.67%
G=38.04%
B=27.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162371700.0900.280.0778.8165.0579.8
HexD8EDAA901C74f4150
Octal330355252110347117101120
Binary1101100011101101101010101001011100111100111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EDAA; }

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

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

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

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

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

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

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

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