Shades of Fog #CCB4F0
Tints of Fog #CCB4F0
RGB
CMYK
RGB Variations
Color information
#CCB4F0 (or 0xCCB4F0) is known color: Fog. HEX triplet: CC, B4 and F0. RGB value is (204,180,240). Sum of RGB (Red+Green+Blue) = 204+180+240=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCB4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4F0 is #334B0F. Grayscale: #C1C1C1. Windows color (decimal): -3361552 or 15774924. OLE color: 15774924.
HSL color Cylindrical-coordinate representation of color #CCB4F0: hue angle of 264º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB4F0 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 180 | 240 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.06 |
| HSL | 264º | 0.67% | 0.82% | - |
| HSV(B) | 264º | 0.25% | 0.94% | - |
| XYZ | 56.95 | 51.77 | 89.43 | - |
| YUV | 194.02 | 153.95 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 240 | 0.15 | 0.25 | 0 | 0.06 | 264 | 0.67 | 0.82 |
| Hex | CC | B4 | F0 | F | 19 | 0 | 6 | 108 | 43 | 52 |
| Octal | 314 | 264 | 360 | 17 | 31 | 0 | 6 | 410 | 103 | 122 |
| Binary | 11001100 | 10110100 | 11110000 | 1111 | 11001 | 0 | 110 | 100001000 | 1000011 | 1010010 |
Color Harmonies of #CCB4F0
Complementary color
Monochromatic Colors of #CCB4F0
Black with #CCB4F0
Text Example
Text Example
White with #CCB4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4F0; }
p { color: rgb(204,180,240); }
H1.HeaderClassName
{
color: #CCB4F0;
}
.AnyTagClassName
{
color: #CCB4F0;
}
</style>
background-color css
<style>
a { background-color: #CCB4F0; }
a { background-color: rgb(204,180,240); }
div.DivClassName
{
background-color: #CCB4F0;
}
.BgClassName
{
background-color: #CCB4F0;
}
</style>
border-color css
<style>
span { border-color: #CCB4F0; }
span { border-color: rgb(204,180,240); }
td.TdClassName
{
border-color: #CCB4F0;
}
.TagClassName
{
border-color: #CCB4F0;
}
</style>