#D6E8AA

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

Shades of Reef #D6E8AA

Tints of Reef #D6E8AA

Color information

#D6E8AA (or 0xD6E8AA) is unknown color: approx Reef. HEX triplet: D6, E8 and AA. RGB value is (214,232,170). Sum of RGB (Red+Green+Blue) = 214+232+170=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E8AA is #291755. Grayscale: #DBDBDB. Windows color (decimal): -2692950 or 11200726. OLE color: 11200726.

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

Color convert

RGB214232170-
CMYK0.0800.270.09
HSL77.42º57.41%78.82%-
HSV(B)77.42º26.72%90.98%-
XYZ63.8474.9149.12-
YUV219.55100.04124.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.74%
GREEN value IS 232 (91.02% from 255) = 37.66%
BLUE value IS 170 (66.80% from 255) = 27.60%
R=34.74%
G=37.66%
B=27.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142321700.0800.270.0977.4257.4178.82
HexD6E8AA801B94d394f
Octal326350252100331111571117
Binary1101011011101000101010101000011011100110011011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E8AA; }

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

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

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

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

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

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

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

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