Shades of Fog #CCB3FA
Tints of Fog #CCB3FA
RGB
CMYK
RGB Variations
Color information
#CCB3FA (or 0xCCB3FA) is known color: Fog. HEX triplet: CC, B3 and FA. RGB value is (204,179,250). Sum of RGB (Red+Green+Blue) = 204+179+250=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3FA is #334C05. Grayscale: #C2C2C2. Windows color (decimal): -3361798 or 16430028. OLE color: 16430028.
HSL color Cylindrical-coordinate representation of color #CCB3FA: hue angle of 261.13º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB3FA is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 179 | 250 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.02 |
| HSL | 261.13º | 0.88% | 0.84% | - |
| HSV(B) | 261.13º | 0.28% | 0.98% | - |
| XYZ | 58.28 | 51.98 | 97.4 | - |
| YUV | 194.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 250 | 0.18 | 0.28 | 0 | 0.02 | 261.13 | 0.88 | 0.84 |
| Hex | CC | B3 | FA | 12 | 1C | 0 | 2 | 105 | 58 | 54 |
| Octal | 314 | 263 | 372 | 22 | 34 | 0 | 2 | 405 | 130 | 124 |
| Binary | 11001100 | 10110011 | 11111010 | 10010 | 11100 | 0 | 10 | 100000101 | 1011000 | 1010100 |
Color Harmonies of #CCB3FA
Complementary color
Monochromatic Colors of #CCB3FA
Black with #CCB3FA
Text Example
Text Example
White with #CCB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3FA; }
p { color: rgb(204,179,250); }
H1.HeaderClassName
{
color: #CCB3FA;
}
.AnyTagClassName
{
color: #CCB3FA;
}
</style>
background-color css
<style>
a { background-color: #CCB3FA; }
a { background-color: rgb(204,179,250); }
div.DivClassName
{
background-color: #CCB3FA;
}
.BgClassName
{
background-color: #CCB3FA;
}
</style>
border-color css
<style>
span { border-color: #CCB3FA; }
span { border-color: rgb(204,179,250); }
td.TdClassName
{
border-color: #CCB3FA;
}
.TagClassName
{
border-color: #CCB3FA;
}
</style>