Shades of Fog #CCBAEF
Tints of Fog #CCBAEF
RGB
CMYK
RGB Variations
Color information
#CCBAEF (or 0xCCBAEF) is known color: Fog. HEX triplet: CC, BA and EF. RGB value is (204,186,239). Sum of RGB (Red+Green+Blue) = 204+186+239=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCBAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAEF is #334510. Grayscale: #C5C5C5. Windows color (decimal): -3360017 or 15710924. OLE color: 15710924.
HSL color Cylindrical-coordinate representation of color #CCBAEF: hue angle of 260.38º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCBAEF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 186 | 239 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.06 |
| HSL | 260.38º | 0.62% | 0.83% | - |
| HSV(B) | 260.38º | 0.22% | 0.94% | - |
| XYZ | 58.04 | 54.19 | 89.06 | - |
| YUV | 197.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 239 | 0.15 | 0.22 | 0 | 0.06 | 260.38 | 0.62 | 0.83 |
| Hex | CC | BA | EF | F | 16 | 0 | 6 | 104 | 3E | 53 |
| Octal | 314 | 272 | 357 | 17 | 26 | 0 | 6 | 404 | 76 | 123 |
| Binary | 11001100 | 10111010 | 11101111 | 1111 | 10110 | 0 | 110 | 100000100 | 111110 | 1010011 |
Color Harmonies of #CCBAEF
Complementary color
Monochromatic Colors of #CCBAEF
Black with #CCBAEF
Text Example
Text Example
White with #CCBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAEF; }
p { color: rgb(204,186,239); }
H1.HeaderClassName
{
color: #CCBAEF;
}
.AnyTagClassName
{
color: #CCBAEF;
}
</style>
background-color css
<style>
a { background-color: #CCBAEF; }
a { background-color: rgb(204,186,239); }
div.DivClassName
{
background-color: #CCBAEF;
}
.BgClassName
{
background-color: #CCBAEF;
}
</style>
border-color css
<style>
span { border-color: #CCBAEF; }
span { border-color: rgb(204,186,239); }
td.TdClassName
{
border-color: #CCBAEF;
}
.TagClassName
{
border-color: #CCBAEF;
}
</style>