Shades of Fog #CCBFDB
Tints of Fog #CCBFDB
RGB
CMYK
RGB Variations
Color information
#CCBFDB (or 0xCCBFDB) is known color: Fog. HEX triplet: CC, BF and DB. RGB value is (204,191,219). Sum of RGB (Red+Green+Blue) = 204+191+219=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFDB is #334024. Grayscale: #C5C5C5. Windows color (decimal): -3358757 or 14401484. OLE color: 14401484.
HSL color Cylindrical-coordinate representation of color #CCBFDB: hue angle of 267.86º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBFDB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 191 | 219 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.14 |
| HSL | 267.86º | 0.28% | 0.8% | - |
| HSV(B) | 267.86º | 0.13% | 0.86% | - |
| XYZ | 56.32 | 55.21 | 74.71 | - |
| YUV | 198.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 219 | 0.07 | 0.13 | 0 | 0.14 | 267.86 | 0.28 | 0.8 |
| Hex | CC | BF | DB | 7 | D | 0 | E | 10C | 1C | 50 |
| Octal | 314 | 277 | 333 | 7 | 15 | 0 | 16 | 414 | 34 | 120 |
| Binary | 11001100 | 10111111 | 11011011 | 111 | 1101 | 0 | 1110 | 100001100 | 11100 | 1010000 |
Color Harmonies of #CCBFDB
Complementary color
Monochromatic Colors of #CCBFDB
Black with #CCBFDB
Text Example
Text Example
White with #CCBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFDB; }
p { color: rgb(204,191,219); }
H1.HeaderClassName
{
color: #CCBFDB;
}
.AnyTagClassName
{
color: #CCBFDB;
}
</style>
background-color css
<style>
a { background-color: #CCBFDB; }
a { background-color: rgb(204,191,219); }
div.DivClassName
{
background-color: #CCBFDB;
}
.BgClassName
{
background-color: #CCBFDB;
}
</style>
border-color css
<style>
span { border-color: #CCBFDB; }
span { border-color: rgb(204,191,219); }
td.TdClassName
{
border-color: #CCBFDB;
}
.TagClassName
{
border-color: #CCBFDB;
}
</style>