Shades of Light Grey #DBCFCF
Tints of Light Grey #DBCFCF
RGB
CMYK
RGB Variations
Color information
#DBCFCF (or 0xDBCFCF) is known color: Light Grey. HEX triplet: DB, CF and CF. RGB value is (219,207,207). Sum of RGB (Red+Green+Blue) = 219+207+207=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFCF is #243030. Grayscale: #D2D2D2. Windows color (decimal): -2371633 or 13619163. OLE color: 13619163.
HSL color Cylindrical-coordinate representation of color #DBCFCF: hue angle of 0º 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 #DBCFCF is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 207 | 207 | - |
CMYK | 0 | 0.05 | 0.05 | 0.14 |
HSL | 0º | 0.14% | 0.84% | - |
HSV(B) | 0º | 0.05% | 0.86% | - |
XYZ | 62.79 | 64.19 | 68.11 | - |
YUV | 210.59 | 125.98 | 134 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 207 | 207 | 0 | 0.05 | 0.05 | 0.14 | 0 | 0.14 | 0.84 |
Hex | DB | CF | CF | 0 | 5 | 5 | E | 0 | E | 54 |
Octal | 333 | 317 | 317 | 0 | 5 | 5 | 16 | 0 | 16 | 124 |
Binary | 11011011 | 11001111 | 11001111 | 0 | 101 | 101 | 1110 | 0 | 1110 | 1010100 |
Color Harmonies of #DBCFCF
Complementary color
Monochromatic Colors of #DBCFCF
Black with #DBCFCF
Text Example
Text Example
White with #DBCFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFCF; }
p { color: rgb(219,207,207); }
H1.HeaderClassName
{
color: #DBCFCF;
}
.AnyTagClassName
{
color: #DBCFCF;
}
</style>
background-color css
<style>
a { background-color: #DBCFCF; }
a { background-color: rgb(219,207,207); }
div.DivClassName
{
background-color: #DBCFCF;
}
.BgClassName
{
background-color: #DBCFCF;
}
</style>
border-color css
<style>
span { border-color: #DBCFCF; }
span { border-color: rgb(219,207,207); }
td.TdClassName
{
border-color: #DBCFCF;
}
.TagClassName
{
border-color: #DBCFCF;
}
</style>