#D6E8AD

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

Shades of Reef #D6E8AD

Tints of Reef #D6E8AD

Color information

#D6E8AD (or 0xD6E8AD) is unknown color: approx Reef. HEX triplet: D6, E8 and AD. RGB value is (214,232,173). Sum of RGB (Red+Green+Blue) = 214+232+173=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E8AD is #291752. Grayscale: #DCDCDC. Windows color (decimal): -2692947 or 11397334. OLE color: 11397334.

HSL color Cylindrical-coordinate representation of color #D6E8AD: hue angle of 78.31º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6E8AD is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB214232173-
CMYK0.0800.250.09
HSL78.31º56.19%79.41%-
HSV(B)78.31º25.43%90.98%-
XYZ64.1375.0350.64-
YUV219.89101.54123.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 232 (91.02% from 255) = 37.48%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=34.57%
G=37.48%
B=27.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142321730.0800.250.0978.3156.1979.41
HexD6E8AD801994e384f
Octal326350255100311111670117
Binary1101011011101000101011011000011001100110011101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E8AD; }

 p { color: rgb(214,232,173); }

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

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

 a { background-color: rgb(214,232,173); }

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

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

 span { border-color: rgb(214,232,173); }

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