#DAFCCE

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

Shades of Snowy Mint #DAFCCE

Tints of Snowy Mint #DAFCCE

Color information

#DAFCCE (or 0xDAFCCE) is unknown color: approx Snowy Mint. HEX triplet: DA, FC and CE. RGB value is (218,252,206). Sum of RGB (Red+Green+Blue) = 218+252+206=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCCE is #250331. Grayscale: #ECECEC. Windows color (decimal): -2425650 or 13565146. OLE color: 13565146.

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

Color convert

RGB218252206-
CMYK0.1300.180.01
HSL104.35º88.46%89.8%-
HSV(B)104.35º18.25%98.82%-
XYZ74.8688.9871.62-
YUV236.59110.74114.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 252 (98.83% from 255) = 37.28%
BLUE value IS 206 (80.86% from 255) = 30.47%
R=32.25%
G=37.28%
B=30.47%

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
Decimal2182522060.1300.180.01104.3588.4689.8
HexDAFCCED012168585a
Octal332374316150221150130132
Binary11011010111111001100111011010100101110100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCCE; }

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

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

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

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

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

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

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

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