#DAFECD

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

Shades of Snowy Mint #DAFECD

Tints of Snowy Mint #DAFECD

Color information

#DAFECD (or 0xDAFECD) is unknown color: approx Snowy Mint. HEX triplet: DA, FE and CD. RGB value is (218,254,205). Sum of RGB (Red+Green+Blue) = 218+254+205=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFECD is #250132. Grayscale: #EDEDED. Windows color (decimal): -2425139 or 13500122. OLE color: 13500122.

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

Color convert

RGB218254205-
CMYK0.1400.190.00
HSL104.08º96.08%90%-
HSV(B)104.08º19.29%99.61%-
XYZ75.3790.271.19-
YUV237.65109.57113.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 205 (80.47% from 255) = 30.28%
R=32.20%
G=37.52%
B=30.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542050.1400.190.00104.0896.0890
HexDAFECDE013068605a
Octal332376315160230150140132
Binary11011010111111101100110111100100110110100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFECD; }

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

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

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

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

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

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

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

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