Shades of Prim #DBCAD2
Tints of Prim #DBCAD2
RGB
CMYK
RGB Variations
Color information
#DBCAD2 (or 0xDBCAD2) is known color: Prim. HEX triplet: DB, CA and D2. RGB value is (219,202,210). Sum of RGB (Red+Green+Blue) = 219+202+210=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD2 is #24352D. Grayscale: #CFCFCF. Windows color (decimal): -2372910 or 13814491. OLE color: 13814491.
HSL color Cylindrical-coordinate representation of color #DBCAD2: hue angle of 331.76º 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 #DBCAD2 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 202 | 210 | - |
CMYK | 0 | 0.08 | 0.04 | 0.14 |
HSL | 331.76º | 0.19% | 0.83% | - |
HSV(B) | 331.76º | 0.08% | 0.86% | - |
XYZ | 61.97 | 61.95 | 69.67 | - |
YUV | 208 | 129.13 | 135.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 202 | 210 | 0 | 0.08 | 0.04 | 0.14 | 331.76 | 0.19 | 0.83 |
Hex | DB | CA | D2 | 0 | 8 | 4 | E | 14C | 13 | 53 |
Octal | 333 | 312 | 322 | 0 | 10 | 4 | 16 | 514 | 23 | 123 |
Binary | 11011011 | 11001010 | 11010010 | 0 | 1000 | 100 | 1110 | 101001100 | 10011 | 1010011 |
Color Harmonies of #DBCAD2
Complementary color
Monochromatic Colors of #DBCAD2
Black with #DBCAD2
Text Example
Text Example
White with #DBCAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAD2; }
p { color: rgb(219,202,210); }
H1.HeaderClassName
{
color: #DBCAD2;
}
.AnyTagClassName
{
color: #DBCAD2;
}
</style>
background-color css
<style>
a { background-color: #DBCAD2; }
a { background-color: rgb(219,202,210); }
div.DivClassName
{
background-color: #DBCAD2;
}
.BgClassName
{
background-color: #DBCAD2;
}
</style>
border-color css
<style>
span { border-color: #DBCAD2; }
span { border-color: rgb(219,202,210); }
td.TdClassName
{
border-color: #DBCAD2;
}
.TagClassName
{
border-color: #DBCAD2;
}
</style>