Shades of Fog #CCB7FC
Tints of Fog #CCB7FC
RGB
CMYK
RGB Variations
Color information
#CCB7FC (or 0xCCB7FC) is known color: Fog. HEX triplet: CC, B7 and FC. RGB value is (204,183,252). Sum of RGB (Red+Green+Blue) = 204+183+252=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCB7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB7FC is #334803. Grayscale: #C4C4C4. Windows color (decimal): -3360772 or 16562124. OLE color: 16562124.
HSL color Cylindrical-coordinate representation of color #CCB7FC: hue angle of 258.26º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB7FC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 183 | 252 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.01 |
| HSL | 258.26º | 0.92% | 0.85% | - |
| HSV(B) | 258.26º | 0.27% | 0.99% | - |
| XYZ | 59.41 | 53.73 | 99.34 | - |
| YUV | 197.15 | 158.96 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 252 | 0.19 | 0.27 | 0 | 0.01 | 258.26 | 0.92 | 0.85 |
| Hex | CC | B7 | FC | 13 | 1B | 0 | 1 | 102 | 5C | 55 |
| Octal | 314 | 267 | 374 | 23 | 33 | 0 | 1 | 402 | 134 | 125 |
| Binary | 11001100 | 10110111 | 11111100 | 10011 | 11011 | 0 | 1 | 100000010 | 1011100 | 1010101 |
Color Harmonies of #CCB7FC
Complementary color
Monochromatic Colors of #CCB7FC
Black with #CCB7FC
Text Example
Text Example
White with #CCB7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7FC; }
p { color: rgb(204,183,252); }
H1.HeaderClassName
{
color: #CCB7FC;
}
.AnyTagClassName
{
color: #CCB7FC;
}
</style>
background-color css
<style>
a { background-color: #CCB7FC; }
a { background-color: rgb(204,183,252); }
div.DivClassName
{
background-color: #CCB7FC;
}
.BgClassName
{
background-color: #CCB7FC;
}
</style>
border-color css
<style>
span { border-color: #CCB7FC; }
span { border-color: rgb(204,183,252); }
td.TdClassName
{
border-color: #CCB7FC;
}
.TagClassName
{
border-color: #CCB7FC;
}
</style>