#DAF1D0

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

Shades of Snowy Mint #DAF1D0

Tints of Snowy Mint #DAF1D0

Color information

#DAF1D0 (or 0xDAF1D0) is unknown color: approx Snowy Mint. HEX triplet: DA, F1 and D0. RGB value is (218,241,208). Sum of RGB (Red+Green+Blue) = 218+241+208=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1D0 is #250E2F. Grayscale: #E6E6E6. Windows color (decimal): -2428464 or 13693402. OLE color: 13693402.

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

Color convert

RGB218241208-
CMYK0.1000.140.05
HSL101.82º54.1%88.04%-
HSV(B)101.82º13.69%94.51%-
XYZ71.7582.3771.79-
YUV230.36115.38119.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 241 (94.53% from 255) = 36.13%
BLUE value IS 208 (81.64% from 255) = 31.18%
R=32.68%
G=36.13%
B=31.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182412080.1000.140.05101.8254.188.04
HexDAF1D0A0E5663658
Octal33236132012016514666130
Binary11011010111100011101000010100111010111001101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1D0; }

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

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

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

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

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

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

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

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