Shades of Swirl #DBCFC2
Tints of Swirl #DBCFC2
RGB
CMYK
RGB Variations
Color information
#DBCFC2 (or 0xDBCFC2) is known color: Swirl. HEX triplet: DB, CF and C2. RGB value is (219,207,194). Sum of RGB (Red+Green+Blue) = 219+207+194=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFC2 is #24303D. Grayscale: #D1D1D1. Windows color (decimal): -2371646 or 12767195. OLE color: 12767195.
HSL color Cylindrical-coordinate representation of color #DBCFC2: hue angle of 31.2º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBCFC2 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 194 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.14 |
| HSL | 31.2º | 0.26% | 0.81% | - |
| HSV(B) | 31.2º | 0.11% | 0.86% | - |
| XYZ | 61.26 | 63.58 | 60.08 | - |
| YUV | 209.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 194 | 0 | 0.05 | 0.11 | 0.14 | 31.2 | 0.26 | 0.81 |
| Hex | DB | CF | C2 | 0 | 5 | B | E | 1F | 1A | 51 |
| Octal | 333 | 317 | 302 | 0 | 5 | 13 | 16 | 37 | 32 | 121 |
| Binary | 11011011 | 11001111 | 11000010 | 0 | 101 | 1011 | 1110 | 11111 | 11010 | 1010001 |
Color Harmonies of #DBCFC2
Complementary color
Monochromatic Colors of #DBCFC2
Black with #DBCFC2
Text Example
Text Example
White with #DBCFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFC2; }
p { color: rgb(219,207,194); }
H1.HeaderClassName
{
color: #DBCFC2;
}
.AnyTagClassName
{
color: #DBCFC2;
}
</style>
background-color css
<style>
a { background-color: #DBCFC2; }
a { background-color: rgb(219,207,194); }
div.DivClassName
{
background-color: #DBCFC2;
}
.BgClassName
{
background-color: #DBCFC2;
}
</style>
border-color css
<style>
span { border-color: #DBCFC2; }
span { border-color: rgb(219,207,194); }
td.TdClassName
{
border-color: #DBCFC2;
}
.TagClassName
{
border-color: #DBCFC2;
}
</style>