#DAF5D0

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

Shades of Snowy Mint #DAF5D0

Tints of Snowy Mint #DAF5D0

Color information

#DAF5D0 (or 0xDAF5D0) is unknown color: approx Snowy Mint. HEX triplet: DA, F5 and D0. RGB value is (218,245,208). Sum of RGB (Red+Green+Blue) = 218+245+208=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5D0 is #250A2F. Grayscale: #E8E8E8. Windows color (decimal): -2427440 or 13694426. OLE color: 13694426.

HSL color Cylindrical-coordinate representation of color #DAF5D0: hue angle of 103.78º degrees, saturation: 0.65, 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 #DAF5D0 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB218245208-
CMYK0.1100.150.04
HSL103.78º64.91%88.82%-
HSV(B)103.78º15.1%96.08%-
XYZ72.9584.7672.19-
YUV232.71114.05117.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 245 (96.09% from 255) = 36.51%
BLUE value IS 208 (81.64% from 255) = 31.00%
R=32.49%
G=36.51%
B=31.00%

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
Decimal2182452080.1100.150.04103.7864.9188.82
HexDAF5D0B0F4684159
Octal332365320130174150101131
Binary110110101111010111010000101101111100110100010000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5D0; }

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

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

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

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

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

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

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

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