Shades of Fog #CCBBE3
Tints of Fog #CCBBE3
RGB
CMYK
RGB Variations
Color information
#CCBBE3 (or 0xCCBBE3) is known color: Fog. HEX triplet: CC, BB and E3. RGB value is (204,187,227). Sum of RGB (Red+Green+Blue) = 204+187+227=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCBBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBE3 is #33441C. Grayscale: #C4C4C4. Windows color (decimal): -3359773 or 14924748. OLE color: 14924748.
HSL color Cylindrical-coordinate representation of color #CCBBE3: hue angle of 265.5º degrees, saturation: 0.42, 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 #CCBBE3 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 187 | 227 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.11 |
| HSL | 265.5º | 0.42% | 0.81% | - |
| HSV(B) | 265.5º | 0.18% | 0.89% | - |
| XYZ | 56.54 | 53.92 | 80.1 | - |
| YUV | 196.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 227 | 0.10 | 0.18 | 0 | 0.11 | 265.5 | 0.42 | 0.81 |
| Hex | CC | BB | E3 | A | 12 | 0 | B | 10A | 2A | 51 |
| Octal | 314 | 273 | 343 | 12 | 22 | 0 | 13 | 412 | 52 | 121 |
| Binary | 11001100 | 10111011 | 11100011 | 1010 | 10010 | 0 | 1011 | 100001010 | 101010 | 1010001 |
Color Harmonies of #CCBBE3
Complementary color
Monochromatic Colors of #CCBBE3
Black with #CCBBE3
Text Example
Text Example
White with #CCBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBE3; }
p { color: rgb(204,187,227); }
H1.HeaderClassName
{
color: #CCBBE3;
}
.AnyTagClassName
{
color: #CCBBE3;
}
</style>
background-color css
<style>
a { background-color: #CCBBE3; }
a { background-color: rgb(204,187,227); }
div.DivClassName
{
background-color: #CCBBE3;
}
.BgClassName
{
background-color: #CCBBE3;
}
</style>
border-color css
<style>
span { border-color: #CCBBE3; }
span { border-color: rgb(204,187,227); }
td.TdClassName
{
border-color: #CCBBE3;
}
.TagClassName
{
border-color: #CCBBE3;
}
</style>