#DAFECC

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

Shades of Snowy Mint #DAFECC

Tints of Snowy Mint #DAFECC

Color information

#DAFECC (or 0xDAFECC) is unknown color: approx Snowy Mint. HEX triplet: DA, FE and CC. RGB value is (218,254,204). Sum of RGB (Red+Green+Blue) = 218+254+204=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFECC is #250133. Grayscale: #EDEDED. Windows color (decimal): -2425140 or 13434586. OLE color: 13434586.

HSL color Cylindrical-coordinate representation of color #DAFECC: hue angle of 103.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAFECC is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB218254204-
CMYK0.1400.200.00
HSL103.2º96.15%89.8%-
HSV(B)103.2º19.69%99.61%-
XYZ75.2590.1570.56-
YUV237.54109.07114.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 254 (99.61% from 255) = 37.57%
BLUE value IS 204 (80.08% from 255) = 30.18%
R=32.25%
G=37.57%
B=30.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542040.1400.200.00103.296.1589.8
HexDAFECCE014067605a
Octal332376314160240147140132
Binary11011010111111101100110011100101000110011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFECC; }

 p { color: rgb(218,254,204); }

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

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

 a { background-color: rgb(218,254,204); }

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

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

 span { border-color: rgb(218,254,204); }

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