#D8FACA

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

Shades of Snowy Mint #D8FACA

Tints of Snowy Mint #D8FACA

Color information

#D8FACA (or 0xD8FACA) is unknown color: approx Snowy Mint. HEX triplet: D8, FA and CA. RGB value is (216,250,202). Sum of RGB (Red+Green+Blue) = 216+250+202=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FACA is #270535. Grayscale: #EAEAEA. Windows color (decimal): -2557238 or 13302488. OLE color: 13302488.

HSL color Cylindrical-coordinate representation of color #D8FACA: hue angle of 102.5º 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 #D8FACA is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB216250202-
CMYK0.1400.190.02
HSL102.5º82.76%88.63%-
HSV(B)102.5º19.2%98.04%-
XYZ73.1787.2368.86-
YUV234.36109.74114.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.34%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 202 (79.30% from 255) = 30.24%
R=32.34%
G=37.43%
B=30.24%

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
Decimal2162502020.1400.190.02102.582.7688.63
HexD8FACAE0132665359
Octal330372312160232146123131
Binary110110001111101011001010111001001110110011010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FACA; }

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

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

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

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

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

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

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

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