#D1FACA

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

Shades of Snowy Mint #D1FACA

Tints of Snowy Mint #D1FACA

Color information

#D1FACA (or 0xD1FACA) is unknown color: approx Snowy Mint. HEX triplet: D1, FA and CA. RGB value is (209,250,202). Sum of RGB (Red+Green+Blue) = 209+250+202=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FACA is #2E0535. Grayscale: #E8E8E8. Windows color (decimal): -3015990 or 13302481. OLE color: 13302481.

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

Color convert

RGB209250202-
CMYK0.1600.190.02
HSL111.25º82.76%88.63%-
HSV(B)111.25º19.2%98.04%-
XYZ71.1486.1968.76-
YUV232.27110.92111.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.62%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=31.62%
G=37.82%
B=30.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092502020.1600.190.02111.2582.7688.63
HexD1FACA1001326f5359
Octal321372312200232157123131
Binary1101000111111010110010101000001001110110111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FACA; }

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

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

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

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

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

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

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

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