Shades of Prim #DBCACE
Tints of Prim #DBCACE
RGB
CMYK
RGB Variations
Color information
#DBCACE (or 0xDBCACE) is known color: Prim. HEX triplet: DB, CA and CE. RGB value is (219,202,206). Sum of RGB (Red+Green+Blue) = 219+202+206=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCACE is #243531. Grayscale: #CFCFCF. Windows color (decimal): -2372914 or 13552347. OLE color: 13552347.
HSL color Cylindrical-coordinate representation of color #DBCACE: hue angle of 345.88º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCACE is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 202 | 206 | - |
CMYK | 0 | 0.08 | 0.06 | 0.14 |
HSL | 345.88º | 0.19% | 0.83% | - |
HSV(B) | 345.88º | 0.08% | 0.86% | - |
XYZ | 61.47 | 61.76 | 67.07 | - |
YUV | 207.54 | 127.13 | 136.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 202 | 206 | 0 | 0.08 | 0.06 | 0.14 | 345.88 | 0.19 | 0.83 |
Hex | DB | CA | CE | 0 | 8 | 6 | E | 15A | 13 | 53 |
Octal | 333 | 312 | 316 | 0 | 10 | 6 | 16 | 532 | 23 | 123 |
Binary | 11011011 | 11001010 | 11001110 | 0 | 1000 | 110 | 1110 | 101011010 | 10011 | 1010011 |
Color Harmonies of #DBCACE
Complementary color
Monochromatic Colors of #DBCACE
Black with #DBCACE
Text Example
Text Example
White with #DBCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCACE; }
p { color: rgb(219,202,206); }
H1.HeaderClassName
{
color: #DBCACE;
}
.AnyTagClassName
{
color: #DBCACE;
}
</style>
background-color css
<style>
a { background-color: #DBCACE; }
a { background-color: rgb(219,202,206); }
div.DivClassName
{
background-color: #DBCACE;
}
.BgClassName
{
background-color: #DBCACE;
}
</style>
border-color css
<style>
span { border-color: #DBCACE; }
span { border-color: rgb(219,202,206); }
td.TdClassName
{
border-color: #DBCACE;
}
.TagClassName
{
border-color: #DBCACE;
}
</style>