Shades of Prim #DBCCD1
Tints of Prim #DBCCD1
RGB
CMYK
RGB Variations
Color information
#DBCCD1 (or 0xDBCCD1) is known color: Prim. HEX triplet: DB, CC and D1. RGB value is (219,204,209). Sum of RGB (Red+Green+Blue) = 219+204+209=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCD1 is #24332E. Grayscale: #D1D1D1. Windows color (decimal): -2372399 or 13749467. OLE color: 13749467.
HSL color Cylindrical-coordinate representation of color #DBCCD1: hue angle of 340º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCCD1 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 204 | 209 | - |
CMYK | 0 | 0.07 | 0.05 | 0.14 |
HSL | 340º | 0.17% | 0.83% | - |
HSV(B) | 340º | 0.07% | 0.86% | - |
XYZ | 62.31 | 62.85 | 69.17 | - |
YUV | 209.06 | 127.97 | 135.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 204 | 209 | 0 | 0.07 | 0.05 | 0.14 | 340 | 0.17 | 0.83 |
Hex | DB | CC | D1 | 0 | 7 | 5 | E | 154 | 11 | 53 |
Octal | 333 | 314 | 321 | 0 | 7 | 5 | 16 | 524 | 21 | 123 |
Binary | 11011011 | 11001100 | 11010001 | 0 | 111 | 101 | 1110 | 101010100 | 10001 | 1010011 |
Color Harmonies of #DBCCD1
Complementary color
Monochromatic Colors of #DBCCD1
Black with #DBCCD1
Text Example
Text Example
White with #DBCCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCD1; }
p { color: rgb(219,204,209); }
H1.HeaderClassName
{
color: #DBCCD1;
}
.AnyTagClassName
{
color: #DBCCD1;
}
</style>
background-color css
<style>
a { background-color: #DBCCD1; }
a { background-color: rgb(219,204,209); }
div.DivClassName
{
background-color: #DBCCD1;
}
.BgClassName
{
background-color: #DBCCD1;
}
</style>
border-color css
<style>
span { border-color: #DBCCD1; }
span { border-color: rgb(219,204,209); }
td.TdClassName
{
border-color: #DBCCD1;
}
.TagClassName
{
border-color: #DBCCD1;
}
</style>