#DAF3D1

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

Shades of Snowy Mint #DAF3D1

Tints of Snowy Mint #DAF3D1

Color information

#DAF3D1 (or 0xDAF3D1) is unknown color: approx Snowy Mint. HEX triplet: DA, F3 and D1. RGB value is (218,243,209). Sum of RGB (Red+Green+Blue) = 218+243+209=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3D1 is #250C2E. Grayscale: #E7E7E7. Windows color (decimal): -2427951 or 13759450. OLE color: 13759450.

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

Color convert

RGB218243209-
CMYK0.1000.140.05
HSL104.12º58.62%88.63%-
HSV(B)104.12º13.99%95.29%-
XYZ72.4783.6172.64-
YUV231.65115.22118.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 243 (95.31% from 255) = 36.27%
BLUE value IS 209 (82.03% from 255) = 31.19%
R=32.54%
G=36.27%
B=31.19%

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
Decimal2182432090.1000.140.05104.1258.6288.63
HexDAF3D1A0E5683b59
Octal33236332112016515073131
Binary11011010111100111101000110100111010111010001110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3D1; }

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

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

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

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

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

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

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

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