#DAFACD

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

Shades of Snowy Mint #DAFACD

Tints of Snowy Mint #DAFACD

Color information

#DAFACD (or 0xDAFACD) is unknown color: approx Snowy Mint. HEX triplet: DA, FA and CD. RGB value is (218,250,205). Sum of RGB (Red+Green+Blue) = 218+250+205=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFACD is #250532. Grayscale: #EBEBEB. Windows color (decimal): -2426163 or 13499098. OLE color: 13499098.

HSL color Cylindrical-coordinate representation of color #DAFACD: hue angle of 102.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAFACD is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB218250205-
CMYK0.1300.180.02
HSL102.67º81.82%89.22%-
HSV(B)102.67º18%98.04%-
XYZ74.1287.6870.78-
YUV235.3110.9115.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.39%
GREEN value IS 250 (98.05% from 255) = 37.15%
BLUE value IS 205 (80.47% from 255) = 30.46%
R=32.39%
G=37.15%
B=30.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502050.1300.180.02102.6781.8289.22
HexDAFACDD0122675259
Octal332372315150222147122131
Binary110110101111101011001101110101001010110011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFACD; }

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

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

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

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

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

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

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

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