#DAFDCD

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

Shades of Snowy Mint #DAFDCD

Tints of Snowy Mint #DAFDCD

Color information

#DAFDCD (or 0xDAFDCD) is unknown color: approx Snowy Mint. HEX triplet: DA, FD and CD. RGB value is (218,253,205). Sum of RGB (Red+Green+Blue) = 218+253+205=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDCD is #250232. Grayscale: #EDEDED. Windows color (decimal): -2425395 or 13499866. OLE color: 13499866.

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

Color convert

RGB218253205-
CMYK0.1400.190.01
HSL103.75º92.31%89.8%-
HSV(B)103.75º18.97%99.22%-
XYZ75.0689.5671.09-
YUV237.06109.9114.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 253 (99.22% from 255) = 37.43%
BLUE value IS 205 (80.47% from 255) = 30.33%
R=32.25%
G=37.43%
B=30.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182532050.1400.190.01103.7592.3189.8
HexDAFDCDE0131685c5a
Octal332375315160231150134132
Binary11011010111111011100110111100100111110100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDCD; }

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

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

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

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

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

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

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

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