#D6EA9C

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

Shades of Reef #D6EA9C

Tints of Reef #D6EA9C

Color information

#D6EA9C (or 0xD6EA9C) is unknown color: approx Reef. HEX triplet: D6, EA and 9C. RGB value is (214,234,156). Sum of RGB (Red+Green+Blue) = 214+234+156=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EA9C is #291563. Grayscale: #DBDBDB. Windows color (decimal): -2692452 or 10283734. OLE color: 10283734.

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

Color convert

RGB214234156-
CMYK0.0900.330.08
HSL75.38º65%76.47%-
HSV(B)75.38º33.33%91.76%-
XYZ63.1675.5442.7-
YUV219.1392.37124.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 156 (61.33% from 255) = 25.83%
R=35.43%
G=38.74%
B=25.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142341560.0900.330.0875.386576.47
HexD6EA9C902184b414c
Octal3263522341104110113101114
Binary110101101110101010011100100101000011000100101110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EA9C; }

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

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

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

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

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

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

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

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