Shades of Pale Rose #DBCFD0
Tints of Pale Rose #DBCFD0
RGB
CMYK
RGB Variations
Color information
#DBCFD0 (or 0xDBCFD0) is known color: Pale Rose. HEX triplet: DB, CF and D0. RGB value is (219,207,208). Sum of RGB (Red+Green+Blue) = 219+207+208=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFD0 is #24302F. Grayscale: #D2D2D2. Windows color (decimal): -2371632 or 13684699. OLE color: 13684699.
HSL color Cylindrical-coordinate representation of color #DBCFD0: hue angle of 355º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBCFD0 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 207 | 208 | - |
CMYK | 0 | 0.05 | 0.05 | 0.14 |
HSL | 355º | 0.14% | 0.84% | - |
HSV(B) | 355º | 0.05% | 0.86% | - |
XYZ | 62.91 | 64.24 | 68.76 | - |
YUV | 210.7 | 126.48 | 133.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 207 | 208 | 0 | 0.05 | 0.05 | 0.14 | 355 | 0.14 | 0.84 |
Hex | DB | CF | D0 | 0 | 5 | 5 | E | 163 | E | 54 |
Octal | 333 | 317 | 320 | 0 | 5 | 5 | 16 | 543 | 16 | 124 |
Binary | 11011011 | 11001111 | 11010000 | 0 | 101 | 101 | 1110 | 101100011 | 1110 | 1010100 |
Color Harmonies of #DBCFD0
Complementary color
Monochromatic Colors of #DBCFD0
Black with #DBCFD0
Text Example
Text Example
White with #DBCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFD0; }
p { color: rgb(219,207,208); }
H1.HeaderClassName
{
color: #DBCFD0;
}
.AnyTagClassName
{
color: #DBCFD0;
}
</style>
background-color css
<style>
a { background-color: #DBCFD0; }
a { background-color: rgb(219,207,208); }
div.DivClassName
{
background-color: #DBCFD0;
}
.BgClassName
{
background-color: #DBCFD0;
}
</style>
border-color css
<style>
span { border-color: #DBCFD0; }
span { border-color: rgb(219,207,208); }
td.TdClassName
{
border-color: #DBCFD0;
}
.TagClassName
{
border-color: #DBCFD0;
}
</style>