#DAFACB

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

Shades of Snowy Mint #DAFACB

Tints of Snowy Mint #DAFACB

Color information

#DAFACB (or 0xDAFACB) is unknown color: approx Snowy Mint. HEX triplet: DA, FA and CB. RGB value is (218,250,203). Sum of RGB (Red+Green+Blue) = 218+250+203=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFACB is #250534. Grayscale: #EBEBEB. Windows color (decimal): -2426165 or 13368026. OLE color: 13368026.

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

Color convert

RGB218250203-
CMYK0.1300.190.02
HSL100.85º82.46%88.82%-
HSV(B)100.85º18.8%98.04%-
XYZ73.8887.5969.51-
YUV235.07109.9115.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 203 (79.69% from 255) = 30.25%
R=32.49%
G=37.26%
B=30.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502030.1300.190.02100.8582.4688.82
HexDAFACBD0132655259
Octal332372313150232145122131
Binary110110101111101011001011110101001110110010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFACB; }

 p { color: rgb(218,250,203); }

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

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

 a { background-color: rgb(218,250,203); }

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

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

 span { border-color: rgb(218,250,203); }

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