#D6F1AE

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

Shades of Reef #D6F1AE

Tints of Reef #D6F1AE

Color information

#D6F1AE (or 0xD6F1AE) is unknown color: approx Reef. HEX triplet: D6, F1 and AE. RGB value is (214,241,174). Sum of RGB (Red+Green+Blue) = 214+241+174=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F1AE is #290E51. Grayscale: #E1E1E1. Windows color (decimal): -2690642 or 11465174. OLE color: 11465174.

HSL color Cylindrical-coordinate representation of color #D6F1AE: hue angle of 84.18º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6F1AE is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB214241174-
CMYK0.1100.280.05
HSL84.18º70.53%81.37%-
HSV(B)84.18º27.8%94.51%-
XYZ66.8380.2652.01-
YUV225.2999.05119.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 241 (94.53% from 255) = 38.31%
BLUE value IS 174 (68.36% from 255) = 27.66%
R=34.02%
G=38.31%
B=27.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142411740.1100.280.0584.1870.5381.37
HexD6F1AEB01C5544751
Octal326361256130345124107121
Binary1101011011110001101011101011011100101101010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1AE; }

 p { color: rgb(214,241,174); }

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

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

 a { background-color: rgb(214,241,174); }

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

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

 span { border-color: rgb(214,241,174); }

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