#DAFBCB

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

Shades of Snowy Mint #DAFBCB

Tints of Snowy Mint #DAFBCB

Color information

#DAFBCB (or 0xDAFBCB) is unknown color: approx Snowy Mint. HEX triplet: DA, FB and CB. RGB value is (218,251,203). Sum of RGB (Red+Green+Blue) = 218+251+203=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBCB is #250434. Grayscale: #EBEBEB. Windows color (decimal): -2425909 or 13368282. OLE color: 13368282.

HSL color Cylindrical-coordinate representation of color #DAFBCB: hue angle of 101.25º degrees, saturation: 0.86, 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 #DAFBCB is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB218251203-
CMYK0.1300.190.02
HSL101.25º85.71%89.02%-
HSV(B)101.25º19.12%98.43%-
XYZ74.1988.2169.62-
YUV235.66109.57115.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.44%
GREEN value IS 251 (98.44% from 255) = 37.35%
BLUE value IS 203 (79.69% from 255) = 30.21%
R=32.44%
G=37.35%
B=30.21%

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
Decimal2182512030.1300.190.02101.2585.7189.02
HexDAFBCBD0132655659
Octal332373313150232145126131
Binary110110101111101111001011110101001110110010110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBCB; }

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

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

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

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

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

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

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

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