Shades of Fog #CCB6FF
Tints of Fog #CCB6FF
RGB
CMYK
RGB Variations
Color information
#CCB6FF (or 0xCCB6FF) is known color: Fog. HEX triplet: CC, B6 and FF. RGB value is (204,182,255). Sum of RGB (Red+Green+Blue) = 204+182+255=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB6FF is #334900. Grayscale: #C4C4C4. Windows color (decimal): -3361025 or 16758476. OLE color: 16758476.
HSL color Cylindrical-coordinate representation of color #CCB6FF: hue angle of 258.08º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB6FF is Cyan = 0.2, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 182 | 255 | - |
| CMYK | 0.2 | 0.29 | 0 | 0 |
| HSL | 258.08º | 1% | 0.86% | - |
| HSV(B) | 258.08º | 0.29% | 1% | - |
| XYZ | 59.68 | 53.51 | 101.79 | - |
| YUV | 196.9 | 160.79 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 255 | 0.2 | 0.29 | 0 | 0 | 258.08 | 1 | 0.86 |
| Hex | CC | B6 | FF | 14 | 1D | 0 | 0 | 102 | 64 | 56 |
| Octal | 314 | 266 | 377 | 24 | 35 | 0 | 0 | 402 | 144 | 126 |
| Binary | 11001100 | 10110110 | 11111111 | 10100 | 11101 | 0 | 0 | 100000010 | 1100100 | 1010110 |
Color Harmonies of #CCB6FF
Complementary color
Monochromatic Colors of #CCB6FF
Black with #CCB6FF
Text Example
Text Example
White with #CCB6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6FF; }
p { color: rgb(204,182,255); }
H1.HeaderClassName
{
color: #CCB6FF;
}
.AnyTagClassName
{
color: #CCB6FF;
}
</style>
background-color css
<style>
a { background-color: #CCB6FF; }
a { background-color: rgb(204,182,255); }
div.DivClassName
{
background-color: #CCB6FF;
}
.BgClassName
{
background-color: #CCB6FF;
}
</style>
border-color css
<style>
span { border-color: #CCB6FF; }
span { border-color: rgb(204,182,255); }
td.TdClassName
{
border-color: #CCB6FF;
}
.TagClassName
{
border-color: #CCB6FF;
}
</style>