Shades of Fog #CCB4FA
Tints of Fog #CCB4FA
RGB
CMYK
RGB Variations
Color information
#CCB4FA (or 0xCCB4FA) is known color: Fog. HEX triplet: CC, B4 and FA. RGB value is (204,180,250). Sum of RGB (Red+Green+Blue) = 204+180+250=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4FA is #334B05. Grayscale: #C2C2C2. Windows color (decimal): -3361542 or 16430284. OLE color: 16430284.
HSL color Cylindrical-coordinate representation of color #CCB4FA: hue angle of 260.57º 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 #CCB4FA is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 180 | 250 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.02 |
| HSL | 260.57º | 0.88% | 0.84% | - |
| HSV(B) | 260.57º | 0.28% | 0.98% | - |
| XYZ | 58.48 | 52.38 | 97.47 | - |
| YUV | 195.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 250 | 0.18 | 0.28 | 0 | 0.02 | 260.57 | 0.88 | 0.84 |
| Hex | CC | B4 | FA | 12 | 1C | 0 | 2 | 105 | 58 | 54 |
| Octal | 314 | 264 | 372 | 22 | 34 | 0 | 2 | 405 | 130 | 124 |
| Binary | 11001100 | 10110100 | 11111010 | 10010 | 11100 | 0 | 10 | 100000101 | 1011000 | 1010100 |
Color Harmonies of #CCB4FA
Complementary color
Monochromatic Colors of #CCB4FA
Black with #CCB4FA
Text Example
Text Example
White with #CCB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4FA; }
p { color: rgb(204,180,250); }
H1.HeaderClassName
{
color: #CCB4FA;
}
.AnyTagClassName
{
color: #CCB4FA;
}
</style>
background-color css
<style>
a { background-color: #CCB4FA; }
a { background-color: rgb(204,180,250); }
div.DivClassName
{
background-color: #CCB4FA;
}
.BgClassName
{
background-color: #CCB4FA;
}
</style>
border-color css
<style>
span { border-color: #CCB4FA; }
span { border-color: rgb(204,180,250); }
td.TdClassName
{
border-color: #CCB4FA;
}
.TagClassName
{
border-color: #CCB4FA;
}
</style>