#DAF3CA

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

Shades of Snowy Mint #DAF3CA

Tints of Snowy Mint #DAF3CA

Color information

#DAF3CA (or 0xDAF3CA) is unknown color: approx Snowy Mint. HEX triplet: DA, F3 and CA. RGB value is (218,243,202). Sum of RGB (Red+Green+Blue) = 218+243+202=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3CA is #250C35. Grayscale: #E6E6E6. Windows color (decimal): -2427958 or 13300698. OLE color: 13300698.

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

Color convert

RGB218243202-
CMYK0.1000.170.05
HSL96.59º63.08%87.25%-
HSV(B)96.59º16.87%95.29%-
XYZ71.6283.2768.17-
YUV230.85111.72118.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 243 (95.31% from 255) = 36.65%
BLUE value IS 202 (79.30% from 255) = 30.47%
R=32.88%
G=36.65%
B=30.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182432020.1000.170.0596.5963.0887.25
HexDAF3CAA0115613f57
Octal33236331212021514177127
Binary110110101111001111001010101001000110111000011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3CA; }

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

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

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

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

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

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

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

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