Shades of Frostee #DBEAD1
Tints of Frostee #DBEAD1
RGB
CMYK
RGB Variations
Color information
#DBEAD1 (or 0xDBEAD1) is known color: Frostee. HEX triplet: DB, EA and D1. RGB value is (219,234,209). Sum of RGB (Red+Green+Blue) = 219+234+209=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAD1 is #24152E. Grayscale: #E2E2E2. Windows color (decimal): -2364719 or 13757147. OLE color: 13757147.
HSL color Cylindrical-coordinate representation of color #DBEAD1: hue angle of 96º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEAD1 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 234 | 209 | - |
CMYK | 0.06 | 0 | 0.11 | 0.08 |
HSL | 96º | 0.37% | 0.87% | - |
HSV(B) | 96º | 0.11% | 0.92% | - |
XYZ | 70.14 | 78.51 | 71.78 | - |
YUV | 226.67 | 118.03 | 122.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 209 | 0.06 | 0 | 0.11 | 0.08 | 96 | 0.37 | 0.87 |
Hex | DB | EA | D1 | 6 | 0 | B | 8 | 60 | 25 | 57 |
Octal | 333 | 352 | 321 | 6 | 0 | 13 | 10 | 140 | 45 | 127 |
Binary | 11011011 | 11101010 | 11010001 | 110 | 0 | 1011 | 1000 | 1100000 | 100101 | 1010111 |
Color Harmonies of #DBEAD1
Complementary color
Monochromatic Colors of #DBEAD1
Black with #DBEAD1
Text Example
Text Example
White with #DBEAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAD1; }
p { color: rgb(219,234,209); }
H1.HeaderClassName
{
color: #DBEAD1;
}
.AnyTagClassName
{
color: #DBEAD1;
}
</style>
background-color css
<style>
a { background-color: #DBEAD1; }
a { background-color: rgb(219,234,209); }
div.DivClassName
{
background-color: #DBEAD1;
}
.BgClassName
{
background-color: #DBEAD1;
}
</style>
border-color css
<style>
span { border-color: #DBEAD1; }
span { border-color: rgb(219,234,209); }
td.TdClassName
{
border-color: #DBEAD1;
}
.TagClassName
{
border-color: #DBEAD1;
}
</style>