#DAF1D1

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

Shades of Snowy Mint #DAF1D1

Tints of Snowy Mint #DAF1D1

Color information

#DAF1D1 (or 0xDAF1D1) is unknown color: approx Snowy Mint. HEX triplet: DA, F1 and D1. RGB value is (218,241,209). Sum of RGB (Red+Green+Blue) = 218+241+209=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 209 (82.03% from 255 or 31.29% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1D1 is #250E2E. Grayscale: #E6E6E6. Windows color (decimal): -2428463 or 13758938. OLE color: 13758938.

HSL color Cylindrical-coordinate representation of color #DAF1D1: hue angle of 103.12º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAF1D1 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB218241209-
CMYK0.1000.130.05
HSL103.12º53.33%88.24%-
HSV(B)103.12º13.28%94.51%-
XYZ71.8882.4272.44-
YUV230.48115.88119.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 241 (94.53% from 255) = 36.08%
BLUE value IS 209 (82.03% from 255) = 31.29%
R=32.63%
G=36.08%
B=31.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182412090.1000.130.05103.1253.3388.24
HexDAF1D1A0D5673558
Octal33236132112015514765130
Binary11011010111100011101000110100110110111001111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1D1; }

 p { color: rgb(218,241,209); }

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

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

 a { background-color: rgb(218,241,209); }

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

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

 span { border-color: rgb(218,241,209); }

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