Shades of Fog #CCB7FF
Tints of Fog #CCB7FF
RGB
CMYK
RGB Variations
Color information
#CCB7FF (or 0xCCB7FF) is known color: Fog. HEX triplet: CC, B7 and FF. RGB value is (204,183,255). Sum of RGB (Red+Green+Blue) = 204+183+255=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB7FF is #334800. Grayscale: #C5C5C5. Windows color (decimal): -3360769 or 16758732. OLE color: 16758732.
HSL color Cylindrical-coordinate representation of color #CCB7FF: hue angle of 257.5º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB7FF is Cyan = 0.2, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 183 | 255 | - |
| CMYK | 0.2 | 0.28 | 0 | 0 |
| HSL | 257.5º | 1% | 0.86% | - |
| HSV(B) | 257.5º | 0.28% | 1% | - |
| XYZ | 59.89 | 53.92 | 101.86 | - |
| YUV | 197.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 255 | 0.2 | 0.28 | 0 | 0 | 257.5 | 1 | 0.86 |
| Hex | CC | B7 | FF | 14 | 1C | 0 | 0 | 102 | 64 | 56 |
| Octal | 314 | 267 | 377 | 24 | 34 | 0 | 0 | 402 | 144 | 126 |
| Binary | 11001100 | 10110111 | 11111111 | 10100 | 11100 | 0 | 0 | 100000010 | 1100100 | 1010110 |
Color Harmonies of #CCB7FF
Complementary color
Monochromatic Colors of #CCB7FF
Black with #CCB7FF
Text Example
Text Example
White with #CCB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7FF; }
p { color: rgb(204,183,255); }
H1.HeaderClassName
{
color: #CCB7FF;
}
.AnyTagClassName
{
color: #CCB7FF;
}
</style>
background-color css
<style>
a { background-color: #CCB7FF; }
a { background-color: rgb(204,183,255); }
div.DivClassName
{
background-color: #CCB7FF;
}
.BgClassName
{
background-color: #CCB7FF;
}
</style>
border-color css
<style>
span { border-color: #CCB7FF; }
span { border-color: rgb(204,183,255); }
td.TdClassName
{
border-color: #CCB7FF;
}
.TagClassName
{
border-color: #CCB7FF;
}
</style>