#DAFFCE

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

Shades of Snowy Mint #DAFFCE

Tints of Snowy Mint #DAFFCE

Color information

#DAFFCE (or 0xDAFFCE) is unknown color: approx Snowy Mint. HEX triplet: DA, FF and CE. RGB value is (218,255,206). Sum of RGB (Red+Green+Blue) = 218+255+206=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFCE is #250031. Grayscale: #EEEEEE. Windows color (decimal): -2424882 or 13565914. OLE color: 13565914.

HSL color Cylindrical-coordinate representation of color #DAFFCE: hue angle of 105.31º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAFFCE is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB218255206-
CMYK0.1500.190
HSL105.31º100%90.39%-
HSV(B)105.31º19.22%100%-
XYZ75.8190.8871.94-
YUV238.35109.74113.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 206 (80.86% from 255) = 30.34%
R=32.11%
G=37.56%
B=30.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552060.1500.190105.3110090.39
HexDAFFCEF013069645a
Octal332377316170230151144132
Binary11011010111111111100111011110100110110100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFCE; }

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

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

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

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

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

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

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

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