#D6FAAF

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

Shades of Reef #D6FAAF

Tints of Reef #D6FAAF

Color information

#D6FAAF (or 0xD6FAAF) is unknown color: approx Reef. HEX triplet: D6, FA and AF. RGB value is (214,250,175). Sum of RGB (Red+Green+Blue) = 214+250+175=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FAAF is #290550. Grayscale: #E6E6E6. Windows color (decimal): -2688337 or 11533014. OLE color: 11533014.

HSL color Cylindrical-coordinate representation of color #D6FAAF: hue angle of 88.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6FAAF is Cyan = 0.14, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB214250175-
CMYK0.1400.30.02
HSL88.8º88.24%83.33%-
HSV(B)88.8º30%98.04%-
XYZ69.6685.7653.44-
YUV230.6996.57116.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.49%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 175 (68.75% from 255) = 27.39%
R=33.49%
G=39.12%
B=27.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142501750.1400.30.0288.888.2483.33
HexD6FAAFE01E2595853
Octal326372257160362131130123
Binary110101101111101010101111111001111010101100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FAAF; }

 p { color: rgb(214,250,175); }

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

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

 a { background-color: rgb(214,250,175); }

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

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

 span { border-color: rgb(214,250,175); }

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