#DAFCC8

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

Shades of Snowy Mint #DAFCC8

Tints of Snowy Mint #DAFCC8

Color information

#DAFCC8 (or 0xDAFCC8) is unknown color: approx Snowy Mint. HEX triplet: DA, FC and C8. RGB value is (218,252,200). Sum of RGB (Red+Green+Blue) = 218+252+200=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCC8 is #250337. Grayscale: #ECECEC. Windows color (decimal): -2425656 or 13171930. OLE color: 13171930.

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

Color convert

RGB218252200-
CMYK0.1300.210.01
HSL99.23º89.66%88.63%-
HSV(B)99.23º20.63%98.82%-
XYZ74.1588.767.86-
YUV235.91107.74115.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 200 (78.52% from 255) = 29.85%
R=32.54%
G=37.61%
B=29.85%

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
Decimal2182522000.1300.210.0199.2389.6688.63
HexDAFCC8D0151635a59
Octal332374310150251143132131
Binary11011010111111001100100011010101011110001110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCC8; }

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

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

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

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

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

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

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

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