Shades of Fog #CCB4FC
Tints of Fog #CCB4FC
RGB
CMYK
RGB Variations
Color information
#CCB4FC (or 0xCCB4FC) is known color: Fog. HEX triplet: CC, B4 and FC. RGB value is (204,180,252). Sum of RGB (Red+Green+Blue) = 204+180+252=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCB4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4FC is #334B03. Grayscale: #C3C3C3. Windows color (decimal): -3361540 or 16561356. OLE color: 16561356.
HSL color Cylindrical-coordinate representation of color #CCB4FC: hue angle of 260º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB4FC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 180 | 252 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.01 |
| HSL | 260º | 0.92% | 0.85% | - |
| HSV(B) | 260º | 0.29% | 0.99% | - |
| XYZ | 58.79 | 52.51 | 99.13 | - |
| YUV | 195.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 252 | 0.19 | 0.29 | 0 | 0.01 | 260 | 0.92 | 0.85 |
| Hex | CC | B4 | FC | 13 | 1D | 0 | 1 | 104 | 5C | 55 |
| Octal | 314 | 264 | 374 | 23 | 35 | 0 | 1 | 404 | 134 | 125 |
| Binary | 11001100 | 10110100 | 11111100 | 10011 | 11101 | 0 | 1 | 100000100 | 1011100 | 1010101 |
Color Harmonies of #CCB4FC
Complementary color
Monochromatic Colors of #CCB4FC
Black with #CCB4FC
Text Example
Text Example
White with #CCB4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4FC; }
p { color: rgb(204,180,252); }
H1.HeaderClassName
{
color: #CCB4FC;
}
.AnyTagClassName
{
color: #CCB4FC;
}
</style>
background-color css
<style>
a { background-color: #CCB4FC; }
a { background-color: rgb(204,180,252); }
div.DivClassName
{
background-color: #CCB4FC;
}
.BgClassName
{
background-color: #CCB4FC;
}
</style>
border-color css
<style>
span { border-color: #CCB4FC; }
span { border-color: rgb(204,180,252); }
td.TdClassName
{
border-color: #CCB4FC;
}
.TagClassName
{
border-color: #CCB4FC;
}
</style>