Shades of Snowy Mint #DAFDCB
Tints of Snowy Mint #DAFDCB
RGB
CMYK
RGB Variations
Color information
#DAFDCB (or 0xDAFDCB) is known color: Snowy Mint. HEX triplet: DA, FD and CB. RGB value is (218,253,203). Sum of RGB (Red+Green+Blue) = 218+253+203=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDCB is #250234. Grayscale: #ECECEC. Windows color (decimal): -2425397 or 13368794. OLE color: 13368794.
HSL color Cylindrical-coordinate representation of color #DAFDCB: hue angle of 102º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAFDCB is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 203 | - |
CMYK | 0.14 | 0 | 0.20 | 0.01 |
HSL | 102º | 0.93% | 0.89% | - |
HSV(B) | 102º | 0.2% | 0.99% | - |
XYZ | 74.82 | 89.47 | 69.83 | - |
YUV | 236.84 | 108.9 | 114.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 203 | 0.14 | 0 | 0.20 | 0.01 | 102 | 0.93 | 0.89 |
Hex | DA | FD | CB | E | 0 | 14 | 1 | 66 | 5D | 59 |
Octal | 332 | 375 | 313 | 16 | 0 | 24 | 1 | 146 | 135 | 131 |
Binary | 11011010 | 11111101 | 11001011 | 1110 | 0 | 10100 | 1 | 1100110 | 1011101 | 1011001 |
Color Harmonies of #DAFDCB
Complementary color
Monochromatic Colors of #DAFDCB
Black with #DAFDCB
Text Example
Text Example
White with #DAFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDCB; }
p { color: rgb(218,253,203); }
H1.HeaderClassName
{
color: #DAFDCB;
}
.AnyTagClassName
{
color: #DAFDCB;
}
</style>
background-color css
<style>
a { background-color: #DAFDCB; }
a { background-color: rgb(218,253,203); }
div.DivClassName
{
background-color: #DAFDCB;
}
.BgClassName
{
background-color: #DAFDCB;
}
</style>
border-color css
<style>
span { border-color: #DAFDCB; }
span { border-color: rgb(218,253,203); }
td.TdClassName
{
border-color: #DAFDCB;
}
.TagClassName
{
border-color: #DAFDCB;
}
</style>