Shades of Frostee #DBE4D3
Tints of Frostee #DBE4D3
RGB
CMYK
RGB Variations
Color information
#DBE4D3 (or 0xDBE4D3) is known color: Frostee. HEX triplet: DB, E4 and D3. RGB value is (219,228,211). Sum of RGB (Red+Green+Blue) = 219+228+211=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4D3 is #241B2C. Grayscale: #DFDFDF. Windows color (decimal): -2366253 or 13886683. OLE color: 13886683.
HSL color Cylindrical-coordinate representation of color #DBE4D3: hue angle of 91.76º degrees, saturation: 0.24, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE4D3 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 228 | 211 | - |
CMYK | 0.04 | 0 | 0.07 | 0.11 |
HSL | 91.76º | 0.24% | 0.86% | - |
HSV(B) | 91.76º | 0.07% | 0.89% | - |
XYZ | 68.71 | 75.25 | 72.53 | - |
YUV | 223.37 | 121.02 | 124.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 211 | 0.04 | 0 | 0.07 | 0.11 | 91.76 | 0.24 | 0.86 |
Hex | DB | E4 | D3 | 4 | 0 | 7 | B | 5C | 18 | 56 |
Octal | 333 | 344 | 323 | 4 | 0 | 7 | 13 | 134 | 30 | 126 |
Binary | 11011011 | 11100100 | 11010011 | 100 | 0 | 111 | 1011 | 1011100 | 11000 | 1010110 |
Color Harmonies of #DBE4D3
Complementary color
Monochromatic Colors of #DBE4D3
Black with #DBE4D3
Text Example
Text Example
White with #DBE4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4D3; }
p { color: rgb(219,228,211); }
H1.HeaderClassName
{
color: #DBE4D3;
}
.AnyTagClassName
{
color: #DBE4D3;
}
</style>
background-color css
<style>
a { background-color: #DBE4D3; }
a { background-color: rgb(219,228,211); }
div.DivClassName
{
background-color: #DBE4D3;
}
.BgClassName
{
background-color: #DBE4D3;
}
</style>
border-color css
<style>
span { border-color: #DBE4D3; }
span { border-color: rgb(219,228,211); }
td.TdClassName
{
border-color: #DBE4D3;
}
.TagClassName
{
border-color: #DBE4D3;
}
</style>