#DAF4D0

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

Shades of Snowy Mint #DAF4D0

Tints of Snowy Mint #DAF4D0

Color information

#DAF4D0 (or 0xDAF4D0) is unknown color: approx Snowy Mint. HEX triplet: DA, F4 and D0. RGB value is (218,244,208). Sum of RGB (Red+Green+Blue) = 218+244+208=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 244 (95.70% from 255 or 36.42% from 670); Blue value is 208 (81.64% from 255 or 31.04% from 670); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF4D0 is #250B2F. Grayscale: #E8E8E8. Windows color (decimal): -2427696 or 13694170. OLE color: 13694170.

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

Color convert

RGB218244208-
CMYK0.1100.150.04
HSL103.33º62.07%88.63%-
HSV(B)103.33º14.75%95.69%-
XYZ72.6584.1672.09-
YUV232.12114.39117.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 244 (95.70% from 255) = 36.42%
BLUE value IS 208 (81.64% from 255) = 31.04%
R=32.54%
G=36.42%
B=31.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182442080.1100.150.04103.3362.0788.63
HexDAF4D0B0F4673e59
Octal33236432013017414776131
Binary11011010111101001101000010110111110011001111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4D0; }

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

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

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

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

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

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

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

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