#D6FACA

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

Shades of Snowy Mint #D6FACA

Tints of Snowy Mint #D6FACA

Color information

#D6FACA (or 0xD6FACA) is unknown color: approx Snowy Mint. HEX triplet: D6, FA and CA. RGB value is (214,250,202). Sum of RGB (Red+Green+Blue) = 214+250+202=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FACA is #290535. Grayscale: #E9E9E9. Windows color (decimal): -2688310 or 13302486. OLE color: 13302486.

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

Color convert

RGB214250202-
CMYK0.1400.190.02
HSL105º82.76%88.63%-
HSV(B)105º19.2%98.04%-
XYZ72.5886.9368.83-
YUV233.76110.07113.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.13%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 202 (79.30% from 255) = 30.33%
R=32.13%
G=37.54%
B=30.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142502020.1400.190.0210582.7688.63
HexD6FACAE0132695359
Octal326372312160232151123131
Binary110101101111101011001010111001001110110100110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FACA; }

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

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

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

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

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

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

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

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