#DAFCC7

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

Shades of Snowy Mint #DAFCC7

Tints of Snowy Mint #DAFCC7

Color information

#DAFCC7 (or 0xDAFCC7) is unknown color: approx Snowy Mint. HEX triplet: DA, FC and C7. RGB value is (218,252,199). Sum of RGB (Red+Green+Blue) = 218+252+199=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 199 (78.12% from 255 or 29.75% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCC7 is #250338. Grayscale: #EBEBEB. Windows color (decimal): -2425657 or 13106394. OLE color: 13106394.

HSL color Cylindrical-coordinate representation of color #DAFCC7: hue angle of 98.49º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAFCC7 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB218252199-
CMYK0.1300.210.01
HSL98.49º89.83%88.43%-
HSV(B)98.49º21.03%98.82%-
XYZ74.0388.6567.24-
YUV235.79107.24115.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 252 (98.83% from 255) = 37.67%
BLUE value IS 199 (78.12% from 255) = 29.75%
R=32.59%
G=37.67%
B=29.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521990.1300.210.0198.4989.8388.43
HexDAFCC7D0151625a58
Octal332374307150251142132130
Binary11011010111111001100011111010101011110001010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCC7; }

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

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

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

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

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

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

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

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