#DAFAC7

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

Shades of Snowy Mint #DAFAC7

Tints of Snowy Mint #DAFAC7

Color information

#DAFAC7 (or 0xDAFAC7) is unknown color: approx Snowy Mint. HEX triplet: DA, FA and C7. RGB value is (218,250,199). Sum of RGB (Red+Green+Blue) = 218+250+199=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 199 (78.12% from 255 or 29.84% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFAC7 is #250538. Grayscale: #EAEAEA. Windows color (decimal): -2426169 or 13105882. OLE color: 13105882.

HSL color Cylindrical-coordinate representation of color #DAFAC7: hue angle of 97.65º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAFAC7 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB218250199-
CMYK0.1300.200.02
HSL97.65º83.61%88.04%-
HSV(B)97.65º20.4%98.04%-
XYZ73.4187.467.03-
YUV234.62107.9116.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 199 (78.12% from 255) = 29.84%
R=32.68%
G=37.48%
B=29.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182501990.1300.200.0297.6583.6188.04
HexDAFAC7D0142625458
Octal332372307150242142124130
Binary110110101111101011000111110101010010110001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAC7; }

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

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

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

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

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

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

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

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