#DAFEC8

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

Shades of Snowy Mint #DAFEC8

Tints of Snowy Mint #DAFEC8

Color information

#DAFEC8 (or 0xDAFEC8) is unknown color: approx Snowy Mint. HEX triplet: DA, FE and C8. RGB value is (218,254,200). Sum of RGB (Red+Green+Blue) = 218+254+200=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEC8 is #250137. Grayscale: #EDEDED. Windows color (decimal): -2425144 or 13172442. OLE color: 13172442.

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

Color convert

RGB218254200-
CMYK0.1400.210.00
HSL100º96.43%89.02%-
HSV(B)100º21.26%99.61%-
XYZ74.7889.9668.07-
YUV237.08107.07114.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.44%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 200 (78.52% from 255) = 29.76%
R=32.44%
G=37.80%
B=29.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542000.1400.210.0010096.4389.02
HexDAFEC8E0150646059
Octal332376310160250144140131
Binary11011010111111101100100011100101010110010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEC8; }

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

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

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

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

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

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

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

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