#DAF7CA

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

Shades of Snowy Mint #DAF7CA

Tints of Snowy Mint #DAF7CA

Color information

#DAF7CA (or 0xDAF7CA) is unknown color: approx Snowy Mint. HEX triplet: DA, F7 and CA. RGB value is (218,247,202). Sum of RGB (Red+Green+Blue) = 218+247+202=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 247 (96.88% from 255 or 37.03% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7CA is #250835. Grayscale: #E9E9E9. Windows color (decimal): -2426934 or 13301722. OLE color: 13301722.

HSL color Cylindrical-coordinate representation of color #DAF7CA: hue angle of 98.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAF7CA is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB218247202-
CMYK0.1200.180.03
HSL98.67º73.77%88.04%-
HSV(B)98.67º18.22%96.86%-
XYZ72.8385.6968.58-
YUV233.2110.39117.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 247 (96.88% from 255) = 37.03%
BLUE value IS 202 (79.30% from 255) = 30.28%
R=32.68%
G=37.03%
B=30.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182472020.1200.180.0398.6773.7788.04
HexDAF7CAC0123634a58
Octal332367312140223143112130
Binary110110101111011111001010110001001011110001110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7CA; }

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

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

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

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

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

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

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

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