#DAFBCA

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

Shades of Snowy Mint #DAFBCA

Tints of Snowy Mint #DAFBCA

Color information

#DAFBCA (or 0xDAFBCA) is unknown color: approx Snowy Mint. HEX triplet: DA, FB and CA. RGB value is (218,251,202). Sum of RGB (Red+Green+Blue) = 218+251+202=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBCA is #250435. Grayscale: #EBEBEB. Windows color (decimal): -2425910 or 13302746. OLE color: 13302746.

HSL color Cylindrical-coordinate representation of color #DAFBCA: hue angle of 100.41º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAFBCA is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB218251202-
CMYK0.1300.200.02
HSL100.41º85.96%88.82%-
HSV(B)100.41º19.52%98.43%-
XYZ74.0788.1668.99-
YUV235.55109.07115.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 202 (79.30% from 255) = 30.10%
R=32.49%
G=37.41%
B=30.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512020.1300.200.02100.4185.9688.82
HexDAFBCAD0142645659
Octal332373312150242144126131
Binary110110101111101111001010110101010010110010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBCA; }

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

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

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

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

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

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

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

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