Shades of Fog #CCBAE8
Tints of Fog #CCBAE8
RGB
CMYK
RGB Variations
Color information
#CCBAE8 (or 0xCCBAE8) is known color: Fog. HEX triplet: CC, BA and E8. RGB value is (204,186,232). Sum of RGB (Red+Green+Blue) = 204+186+232=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCBAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAE8 is #334517. Grayscale: #C4C4C4. Windows color (decimal): -3360024 or 15252172. OLE color: 15252172.
HSL color Cylindrical-coordinate representation of color #CCBAE8: hue angle of 263.48º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCBAE8 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 186 | 232 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.09 |
| HSL | 263.48º | 0.5% | 0.82% | - |
| HSV(B) | 263.48º | 0.2% | 0.91% | - |
| XYZ | 57.03 | 53.78 | 83.72 | - |
| YUV | 196.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 232 | 0.12 | 0.20 | 0 | 0.09 | 263.48 | 0.5 | 0.82 |
| Hex | CC | BA | E8 | C | 14 | 0 | 9 | 107 | 32 | 52 |
| Octal | 314 | 272 | 350 | 14 | 24 | 0 | 11 | 407 | 62 | 122 |
| Binary | 11001100 | 10111010 | 11101000 | 1100 | 10100 | 0 | 1001 | 100000111 | 110010 | 1010010 |
Color Harmonies of #CCBAE8
Complementary color
Monochromatic Colors of #CCBAE8
Black with #CCBAE8
Text Example
Text Example
White with #CCBAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAE8; }
p { color: rgb(204,186,232); }
H1.HeaderClassName
{
color: #CCBAE8;
}
.AnyTagClassName
{
color: #CCBAE8;
}
</style>
background-color css
<style>
a { background-color: #CCBAE8; }
a { background-color: rgb(204,186,232); }
div.DivClassName
{
background-color: #CCBAE8;
}
.BgClassName
{
background-color: #CCBAE8;
}
</style>
border-color css
<style>
span { border-color: #CCBAE8; }
span { border-color: rgb(204,186,232); }
td.TdClassName
{
border-color: #CCBAE8;
}
.TagClassName
{
border-color: #CCBAE8;
}
</style>