Shades of Fog #CCBBE5
Tints of Fog #CCBBE5
RGB
CMYK
RGB Variations
Color information
#CCBBE5 (or 0xCCBBE5) is known color: Fog. HEX triplet: CC, BB and E5. RGB value is (204,187,229). Sum of RGB (Red+Green+Blue) = 204+187+229=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBE5 is #33441A. Grayscale: #C4C4C4. Windows color (decimal): -3359771 or 15055820. OLE color: 15055820.
HSL color Cylindrical-coordinate representation of color #CCBBE5: hue angle of 264.29º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCBBE5 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 187 | 229 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.10 |
| HSL | 264.29º | 0.45% | 0.82% | - |
| HSV(B) | 264.29º | 0.18% | 0.9% | - |
| XYZ | 56.82 | 54.04 | 81.56 | - |
| YUV | 196.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 229 | 0.11 | 0.18 | 0 | 0.10 | 264.29 | 0.45 | 0.82 |
| Hex | CC | BB | E5 | B | 12 | 0 | A | 108 | 2D | 52 |
| Octal | 314 | 273 | 345 | 13 | 22 | 0 | 12 | 410 | 55 | 122 |
| Binary | 11001100 | 10111011 | 11100101 | 1011 | 10010 | 0 | 1010 | 100001000 | 101101 | 1010010 |
Color Harmonies of #CCBBE5
Complementary color
Monochromatic Colors of #CCBBE5
Black with #CCBBE5
Text Example
Text Example
White with #CCBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBE5; }
p { color: rgb(204,187,229); }
H1.HeaderClassName
{
color: #CCBBE5;
}
.AnyTagClassName
{
color: #CCBBE5;
}
</style>
background-color css
<style>
a { background-color: #CCBBE5; }
a { background-color: rgb(204,187,229); }
div.DivClassName
{
background-color: #CCBBE5;
}
.BgClassName
{
background-color: #CCBBE5;
}
</style>
border-color css
<style>
span { border-color: #CCBBE5; }
span { border-color: rgb(204,187,229); }
td.TdClassName
{
border-color: #CCBBE5;
}
.TagClassName
{
border-color: #CCBBE5;
}
</style>