Shades of Fog #CCBBE4
Tints of Fog #CCBBE4
RGB
CMYK
RGB Variations
Color information
#CCBBE4 (or 0xCCBBE4) is known color: Fog. HEX triplet: CC, BB and E4. RGB value is (204,187,228). Sum of RGB (Red+Green+Blue) = 204+187+228=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCBBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBE4 is #33441B. Grayscale: #C4C4C4. Windows color (decimal): -3359772 or 14990284. OLE color: 14990284.
HSL color Cylindrical-coordinate representation of color #CCBBE4: hue angle of 264.88º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCBBE4 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 187 | 228 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.11 |
| HSL | 264.88º | 0.43% | 0.81% | - |
| HSV(B) | 264.88º | 0.18% | 0.89% | - |
| XYZ | 56.68 | 53.98 | 80.83 | - |
| YUV | 196.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 228 | 0.11 | 0.18 | 0 | 0.11 | 264.88 | 0.43 | 0.81 |
| Hex | CC | BB | E4 | B | 12 | 0 | B | 109 | 2B | 51 |
| Octal | 314 | 273 | 344 | 13 | 22 | 0 | 13 | 411 | 53 | 121 |
| Binary | 11001100 | 10111011 | 11100100 | 1011 | 10010 | 0 | 1011 | 100001001 | 101011 | 1010001 |
Color Harmonies of #CCBBE4
Complementary color
Monochromatic Colors of #CCBBE4
Black with #CCBBE4
Text Example
Text Example
White with #CCBBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBE4; }
p { color: rgb(204,187,228); }
H1.HeaderClassName
{
color: #CCBBE4;
}
.AnyTagClassName
{
color: #CCBBE4;
}
</style>
background-color css
<style>
a { background-color: #CCBBE4; }
a { background-color: rgb(204,187,228); }
div.DivClassName
{
background-color: #CCBBE4;
}
.BgClassName
{
background-color: #CCBBE4;
}
</style>
border-color css
<style>
span { border-color: #CCBBE4; }
span { border-color: rgb(204,187,228); }
td.TdClassName
{
border-color: #CCBBE4;
}
.TagClassName
{
border-color: #CCBBE4;
}
</style>