#DAF1CA

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

Shades of Snowy Mint #DAF1CA

Tints of Snowy Mint #DAF1CA

Color information

#DAF1CA (or 0xDAF1CA) is unknown color: approx Snowy Mint. HEX triplet: DA, F1 and CA. RGB value is (218,241,202). Sum of RGB (Red+Green+Blue) = 218+241+202=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1CA is #250E35. Grayscale: #E5E5E5. Windows color (decimal): -2428470 or 13300186. OLE color: 13300186.

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

Color convert

RGB218241202-
CMYK0.1000.160.05
HSL95.38º58.21%86.86%-
HSV(B)95.38º16.18%94.51%-
XYZ71.0382.0867.98-
YUV229.68112.38119.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 241 (94.53% from 255) = 36.46%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=32.98%
G=36.46%
B=30.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182412020.1000.160.0595.3858.2186.86
HexDAF1CAA01055f3a57
Octal33236131212020513772127
Binary110110101111000111001010101001000010110111111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1CA; }

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

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

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

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

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

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

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

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