#D6EAB1

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

Shades of Reef #D6EAB1

Tints of Reef #D6EAB1

Color information

#D6EAB1 (or 0xD6EAB1) is unknown color: approx Reef. HEX triplet: D6, EA and B1. RGB value is (214,234,177). Sum of RGB (Red+Green+Blue) = 214+234+177=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 177 (69.53% from 255 or 28.32% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EAB1 is #29154E. Grayscale: #DDDDDD. Windows color (decimal): -2692431 or 11659990. OLE color: 11659990.

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

Color convert

RGB214234177-
CMYK0.0900.240.08
HSL81.05º57.58%80.59%-
HSV(B)81.05º24.36%91.76%-
XYZ65.0976.3252.89-
YUV221.52102.87122.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.24%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 177 (69.53% from 255) = 28.32%
R=34.24%
G=37.44%
B=28.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142341770.0900.240.0881.0557.5880.59
HexD6EAB190188513a51
Octal326352261110301012172121
Binary1101011011101010101100011001011000100010100011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EAB1; }

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

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

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

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

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

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

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

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