#DAF5CA

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

Shades of Snowy Mint #DAF5CA

Tints of Snowy Mint #DAF5CA

Color information

#DAF5CA (or 0xDAF5CA) is unknown color: approx Snowy Mint. HEX triplet: DA, F5 and CA. RGB value is (218,245,202). Sum of RGB (Red+Green+Blue) = 218+245+202=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5CA is #250A35. Grayscale: #E8E8E8. Windows color (decimal): -2427446 or 13301210. OLE color: 13301210.

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

Color convert

RGB218245202-
CMYK0.1100.180.04
HSL97.67º68.25%87.65%-
HSV(B)97.67º17.55%96.08%-
XYZ72.2384.4768.38-
YUV232.02111.05118-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.78%
GREEN value IS 245 (96.09% from 255) = 36.84%
BLUE value IS 202 (79.30% from 255) = 30.38%
R=32.78%
G=36.84%
B=30.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182452020.1100.180.0497.6768.2587.65
HexDAF5CAB0124624458
Octal332365312130224142104130
Binary1101101011110101110010101011010010100110001010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5CA; }

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

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

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

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

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

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

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

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