#D6EAA6

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

Shades of Reef #D6EAA6

Tints of Reef #D6EAA6

Color information

#D6EAA6 (or 0xD6EAA6) is unknown color: approx Reef. HEX triplet: D6, EA and A6. RGB value is (214,234,166). Sum of RGB (Red+Green+Blue) = 214+234+166=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EAA6 is #291559. Grayscale: #DCDCDC. Windows color (decimal): -2692442 or 10939094. OLE color: 10939094.

HSL color Cylindrical-coordinate representation of color #D6EAA6: hue angle of 77.65º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6EAA6 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB214234166-
CMYK0.0900.290.08
HSL77.65º61.82%78.43%-
HSV(B)77.65º29.06%91.76%-
XYZ64.0475.8947.35-
YUV220.2797.37123.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 166 (65.23% from 255) = 27.04%
R=34.85%
G=38.11%
B=27.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142341660.0900.290.0877.6561.8278.43
HexD6EAA6901D84e3e4e
Octal326352246110351011676116
Binary1101011011101010101001101001011101100010011101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EAA6; }

 p { color: rgb(214,234,166); }

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

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

 a { background-color: rgb(214,234,166); }

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

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

 span { border-color: rgb(214,234,166); }

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