#DAFCCF

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

Shades of Snowy Mint #DAFCCF

Tints of Snowy Mint #DAFCCF

Color information

#DAFCCF (or 0xDAFCCF) is unknown color: approx Snowy Mint. HEX triplet: DA, FC and CF. RGB value is (218,252,207). Sum of RGB (Red+Green+Blue) = 218+252+207=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCCF is #250330. Grayscale: #ECECEC. Windows color (decimal): -2425649 or 13630682. OLE color: 13630682.

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

Color convert

RGB218252207-
CMYK0.1300.180.01
HSL105.33º88.24%90%-
HSV(B)105.33º17.86%98.82%-
XYZ74.9989.0372.26-
YUV236.7111.24114.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 252 (98.83% from 255) = 37.22%
BLUE value IS 207 (81.25% from 255) = 30.58%
R=32.20%
G=37.22%
B=30.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182522070.1300.180.01105.3388.2490
HexDAFCCFD012169585a
Octal332374317150221151130132
Binary11011010111111001100111111010100101110100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCCF; }

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

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

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

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

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

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

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

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