Shades of Fog #CCB5FB
Tints of Fog #CCB5FB
RGB
CMYK
RGB Variations
Color information
#CCB5FB (or 0xCCB5FB) is known color: Fog. HEX triplet: CC, B5 and FB. RGB value is (204,181,251). Sum of RGB (Red+Green+Blue) = 204+181+251=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCB5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5FB is #334A04. Grayscale: #C3C3C3. Windows color (decimal): -3361285 or 16496076. OLE color: 16496076.
HSL color Cylindrical-coordinate representation of color #CCB5FB: hue angle of 259.71º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB5FB is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 181 | 251 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.02 |
| HSL | 259.71º | 0.9% | 0.85% | - |
| HSV(B) | 259.71º | 0.28% | 0.98% | - |
| XYZ | 58.84 | 52.85 | 98.37 | - |
| YUV | 195.86 | 159.12 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 251 | 0.19 | 0.28 | 0 | 0.02 | 259.71 | 0.9 | 0.85 |
| Hex | CC | B5 | FB | 13 | 1C | 0 | 2 | 104 | 5A | 55 |
| Octal | 314 | 265 | 373 | 23 | 34 | 0 | 2 | 404 | 132 | 125 |
| Binary | 11001100 | 10110101 | 11111011 | 10011 | 11100 | 0 | 10 | 100000100 | 1011010 | 1010101 |
Color Harmonies of #CCB5FB
Complementary color
Monochromatic Colors of #CCB5FB
Black with #CCB5FB
Text Example
Text Example
White with #CCB5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5FB; }
p { color: rgb(204,181,251); }
H1.HeaderClassName
{
color: #CCB5FB;
}
.AnyTagClassName
{
color: #CCB5FB;
}
</style>
background-color css
<style>
a { background-color: #CCB5FB; }
a { background-color: rgb(204,181,251); }
div.DivClassName
{
background-color: #CCB5FB;
}
.BgClassName
{
background-color: #CCB5FB;
}
</style>
border-color css
<style>
span { border-color: #CCB5FB; }
span { border-color: rgb(204,181,251); }
td.TdClassName
{
border-color: #CCB5FB;
}
.TagClassName
{
border-color: #CCB5FB;
}
</style>