#DAF5CF

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

Shades of Snowy Mint #DAF5CF

Tints of Snowy Mint #DAF5CF

Color information

#DAF5CF (or 0xDAF5CF) is unknown color: approx Snowy Mint. HEX triplet: DA, F5 and CF. RGB value is (218,245,207). Sum of RGB (Red+Green+Blue) = 218+245+207=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5CF is #250A30. Grayscale: #E8E8E8. Windows color (decimal): -2427441 or 13628890. OLE color: 13628890.

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

Color convert

RGB218245207-
CMYK0.1100.160.04
HSL102.63º65.52%88.63%-
HSV(B)102.63º15.51%96.08%-
XYZ72.8384.7271.54-
YUV232.6113.55117.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 245 (96.09% from 255) = 36.57%
BLUE value IS 207 (81.25% from 255) = 30.90%
R=32.54%
G=36.57%
B=30.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182452070.1100.160.04102.6365.5288.63
HexDAF5CFB0104674259
Octal332365317130204147102131
Binary1101101011110101110011111011010000100110011110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5CF; }

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

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

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

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

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

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

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

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