#DAFACA

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

Shades of Snowy Mint #DAFACA

Tints of Snowy Mint #DAFACA

Color information

#DAFACA (or 0xDAFACA) is unknown color: approx Snowy Mint. HEX triplet: DA, FA and CA. RGB value is (218,250,202). Sum of RGB (Red+Green+Blue) = 218+250+202=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFACA is #250535. Grayscale: #EBEBEB. Windows color (decimal): -2426166 or 13302490. OLE color: 13302490.

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

Color convert

RGB218250202-
CMYK0.1300.190.02
HSL100º82.76%88.63%-
HSV(B)100º19.2%98.04%-
XYZ73.7687.5468.89-
YUV234.96109.4115.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 250 (98.05% from 255) = 37.31%
BLUE value IS 202 (79.30% from 255) = 30.15%
R=32.54%
G=37.31%
B=30.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502020.1300.190.0210082.7688.63
HexDAFACAD0132645359
Octal332372312150232144123131
Binary110110101111101011001010110101001110110010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFACA; }

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

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

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

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

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

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

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

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