#DAF4CD

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

Shades of Snowy Mint #DAF4CD

Tints of Snowy Mint #DAF4CD

Color information

#DAF4CD (or 0xDAF4CD) is unknown color: approx Snowy Mint. HEX triplet: DA, F4 and CD. RGB value is (218,244,205). Sum of RGB (Red+Green+Blue) = 218+244+205=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF4CD is #250B32. Grayscale: #E7E7E7. Windows color (decimal): -2427699 or 13497562. OLE color: 13497562.

HSL color Cylindrical-coordinate representation of color #DAF4CD: hue angle of 100º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAF4CD is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB218244205-
CMYK0.1100.160.04
HSL100º63.93%88.04%-
HSV(B)100º15.98%95.69%-
XYZ72.2884.0170.16-
YUV231.78112.89118.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 244 (95.70% from 255) = 36.58%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=32.68%
G=36.58%
B=30.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182442050.1100.160.0410063.9388.04
HexDAF4CDB0104644058
Octal332364315130204144100130
Binary1101101011110100110011011011010000100110010010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4CD; }

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

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

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

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

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

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

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

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