Shades of Fog #DBCFF3
Tints of Fog #DBCFF3
RGB
CMYK
RGB Variations
Color information
#DBCFF3 (or 0xDBCFF3) is known color: Fog. HEX triplet: DB, CF and F3. RGB value is (219,207,243). Sum of RGB (Red+Green+Blue) = 219+207+243=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBCFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFF3 is #24300C. Grayscale: #D6D6D6. Windows color (decimal): -2371597 or 15978459. OLE color: 15978459.
HSL color Cylindrical-coordinate representation of color #DBCFF3: hue angle of 260º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCFF3 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 207 | 243 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.05 |
| HSL | 260º | 0.6% | 0.88% | - |
| HSV(B) | 260º | 0.15% | 0.95% | - |
| XYZ | 67.7 | 66.16 | 94 | - |
| YUV | 214.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 243 | 0.10 | 0.15 | 0 | 0.05 | 260 | 0.6 | 0.88 |
| Hex | DB | CF | F3 | A | F | 0 | 5 | 104 | 3C | 58 |
| Octal | 333 | 317 | 363 | 12 | 17 | 0 | 5 | 404 | 74 | 130 |
| Binary | 11011011 | 11001111 | 11110011 | 1010 | 1111 | 0 | 101 | 100000100 | 111100 | 1011000 |
Color Harmonies of #DBCFF3
Complementary color
Monochromatic Colors of #DBCFF3
Black with #DBCFF3
Text Example
Text Example
White with #DBCFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFF3; }
p { color: rgb(219,207,243); }
H1.HeaderClassName
{
color: #DBCFF3;
}
.AnyTagClassName
{
color: #DBCFF3;
}
</style>
background-color css
<style>
a { background-color: #DBCFF3; }
a { background-color: rgb(219,207,243); }
div.DivClassName
{
background-color: #DBCFF3;
}
.BgClassName
{
background-color: #DBCFF3;
}
</style>
border-color css
<style>
span { border-color: #DBCFF3; }
span { border-color: rgb(219,207,243); }
td.TdClassName
{
border-color: #DBCFF3;
}
.TagClassName
{
border-color: #DBCFF3;
}
</style>