Shades of Fog #CCBAEA
Tints of Fog #CCBAEA
RGB
CMYK
RGB Variations
Color information
#CCBAEA (or 0xCCBAEA) is known color: Fog. HEX triplet: CC, BA and EA. RGB value is (204,186,234). Sum of RGB (Red+Green+Blue) = 204+186+234=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAEA is #334515. Grayscale: #C4C4C4. Windows color (decimal): -3360022 or 15383244. OLE color: 15383244.
HSL color Cylindrical-coordinate representation of color #CCBAEA: hue angle of 262.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBAEA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 186 | 234 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.08 |
| HSL | 262.5º | 0.53% | 0.82% | - |
| HSV(B) | 262.5º | 0.21% | 0.92% | - |
| XYZ | 57.31 | 53.9 | 85.22 | - |
| YUV | 196.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 234 | 0.13 | 0.21 | 0 | 0.08 | 262.5 | 0.53 | 0.82 |
| Hex | CC | BA | EA | D | 15 | 0 | 8 | 106 | 35 | 52 |
| Octal | 314 | 272 | 352 | 15 | 25 | 0 | 10 | 406 | 65 | 122 |
| Binary | 11001100 | 10111010 | 11101010 | 1101 | 10101 | 0 | 1000 | 100000110 | 110101 | 1010010 |
Color Harmonies of #CCBAEA
Complementary color
Monochromatic Colors of #CCBAEA
Black with #CCBAEA
Text Example
Text Example
White with #CCBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAEA; }
p { color: rgb(204,186,234); }
H1.HeaderClassName
{
color: #CCBAEA;
}
.AnyTagClassName
{
color: #CCBAEA;
}
</style>
background-color css
<style>
a { background-color: #CCBAEA; }
a { background-color: rgb(204,186,234); }
div.DivClassName
{
background-color: #CCBAEA;
}
.BgClassName
{
background-color: #CCBAEA;
}
</style>
border-color css
<style>
span { border-color: #CCBAEA; }
span { border-color: rgb(204,186,234); }
td.TdClassName
{
border-color: #CCBAEA;
}
.TagClassName
{
border-color: #CCBAEA;
}
</style>