#D6EAB7

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

Shades of Reef #D6EAB7

Tints of Reef #D6EAB7

Color information

#D6EAB7 (or 0xD6EAB7) is unknown color: approx Reef. HEX triplet: D6, EA and B7. RGB value is (214,234,183). Sum of RGB (Red+Green+Blue) = 214+234+183=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 183 (71.88% from 255 or 29.00% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EAB7 is #291548. Grayscale: #DEDEDE. Windows color (decimal): -2692425 or 12053206. OLE color: 12053206.

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

Color convert

RGB214234183-
CMYK0.0900.220.08
HSL83.53º54.84%81.76%-
HSV(B)83.53º21.79%91.76%-
XYZ65.776.5656.11-
YUV222.21105.87122.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 183 (71.88% from 255) = 29.00%
R=33.91%
G=37.08%
B=29.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142341830.0900.220.0883.5354.8481.76
HexD6EAB790168543752
Octal326352267110261012467122
Binary1101011011101010101101111001010110100010101001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EAB7; }

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

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

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

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

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

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

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

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