Shades of Fog #CCBFDD
Tints of Fog #CCBFDD
RGB
CMYK
RGB Variations
Color information
#CCBFDD (or 0xCCBFDD) is known color: Fog. HEX triplet: CC, BF and DD. RGB value is (204,191,221). Sum of RGB (Red+Green+Blue) = 204+191+221=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFDD is #334022. Grayscale: #C6C6C6. Windows color (decimal): -3358755 or 14532556. OLE color: 14532556.
HSL color Cylindrical-coordinate representation of color #CCBFDD: hue angle of 266º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCBFDD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 191 | 221 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.13 |
| HSL | 266º | 0.31% | 0.81% | - |
| HSV(B) | 266º | 0.14% | 0.87% | - |
| XYZ | 56.58 | 55.32 | 76.1 | - |
| YUV | 198.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 221 | 0.08 | 0.14 | 0 | 0.13 | 266 | 0.31 | 0.81 |
| Hex | CC | BF | DD | 8 | E | 0 | D | 10A | 1F | 51 |
| Octal | 314 | 277 | 335 | 10 | 16 | 0 | 15 | 412 | 37 | 121 |
| Binary | 11001100 | 10111111 | 11011101 | 1000 | 1110 | 0 | 1101 | 100001010 | 11111 | 1010001 |
Color Harmonies of #CCBFDD
Complementary color
Monochromatic Colors of #CCBFDD
Black with #CCBFDD
Text Example
Text Example
White with #CCBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFDD; }
p { color: rgb(204,191,221); }
H1.HeaderClassName
{
color: #CCBFDD;
}
.AnyTagClassName
{
color: #CCBFDD;
}
</style>
background-color css
<style>
a { background-color: #CCBFDD; }
a { background-color: rgb(204,191,221); }
div.DivClassName
{
background-color: #CCBFDD;
}
.BgClassName
{
background-color: #CCBFDD;
}
</style>
border-color css
<style>
span { border-color: #CCBFDD; }
span { border-color: rgb(204,191,221); }
td.TdClassName
{
border-color: #CCBFDD;
}
.TagClassName
{
border-color: #CCBFDD;
}
</style>