#DAFBCE

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

Shades of Snowy Mint #DAFBCE

Tints of Snowy Mint #DAFBCE

Color information

#DAFBCE (or 0xDAFBCE) is unknown color: approx Snowy Mint. HEX triplet: DA, FB and CE. RGB value is (218,251,206). Sum of RGB (Red+Green+Blue) = 218+251+206=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBCE is #250431. Grayscale: #ECECEC. Windows color (decimal): -2425906 or 13564890. OLE color: 13564890.

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

Color convert

RGB218251206-
CMYK0.1300.180.02
HSL104º84.91%89.61%-
HSV(B)104º17.93%98.43%-
XYZ74.5588.3671.52-
YUV236111.07115.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.30%
GREEN value IS 251 (98.44% from 255) = 37.19%
BLUE value IS 206 (80.86% from 255) = 30.52%
R=32.30%
G=37.19%
B=30.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512060.1300.180.0210484.9189.61
HexDAFBCED012268555a
Octal332373316150222150125132
Binary110110101111101111001110110101001010110100010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBCE; }

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

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

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

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

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

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

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

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