#DAFEC6

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

Shades of Snowy Mint #DAFEC6

Tints of Snowy Mint #DAFEC6

Color information

#DAFEC6 (or 0xDAFEC6) is unknown color: approx Snowy Mint. HEX triplet: DA, FE and C6. RGB value is (218,254,198). Sum of RGB (Red+Green+Blue) = 218+254+198=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 198 (77.73% from 255 or 29.55% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEC6 is #250139. Grayscale: #EDEDED. Windows color (decimal): -2425146 or 13041370. OLE color: 13041370.

HSL color Cylindrical-coordinate representation of color #DAFEC6: hue angle of 98.57º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAFEC6 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB218254198-
CMYK0.1400.220.00
HSL98.57º96.55%88.63%-
HSV(B)98.57º22.05%99.61%-
XYZ74.5589.8766.84-
YUV236.85106.07114.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 254 (99.61% from 255) = 37.91%
BLUE value IS 198 (77.73% from 255) = 29.55%
R=32.54%
G=37.91%
B=29.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541980.1400.220.0098.5796.5588.63
HexDAFEC6E0160636159
Octal332376306160260143141131
Binary11011010111111101100011011100101100110001111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEC6; }

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

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

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

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

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

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

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

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