#D6EAA4

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

Shades of Reef #D6EAA4

Tints of Reef #D6EAA4

Color information

#D6EAA4 (or 0xD6EAA4) is unknown color: approx Reef. HEX triplet: D6, EA and A4. RGB value is (214,234,164). Sum of RGB (Red+Green+Blue) = 214+234+164=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EAA4 is #29155B. Grayscale: #DCDCDC. Windows color (decimal): -2692444 or 10808022. OLE color: 10808022.

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

Color convert

RGB214234164-
CMYK0.0900.300.08
HSL77.14º62.5%78.04%-
HSV(B)77.14º29.91%91.76%-
XYZ63.8675.8246.39-
YUV220.0496.37123.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.97%
GREEN value IS 234 (91.80% from 255) = 38.24%
BLUE value IS 164 (64.45% from 255) = 26.80%
R=34.97%
G=38.24%
B=26.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142341640.0900.300.0877.1462.578.04
HexD6EAA4901E84d3e4e
Octal326352244110361011576116
Binary1101011011101010101001001001011110100010011011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EAA4; }

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

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

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

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

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

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

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

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