Shades of Fog #CCBAEC
Tints of Fog #CCBAEC
RGB
CMYK
RGB Variations
Color information
#CCBAEC (or 0xCCBAEC) is known color: Fog. HEX triplet: CC, BA and EC. RGB value is (204,186,236). Sum of RGB (Red+Green+Blue) = 204+186+236=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAEC is #334513. Grayscale: #C4C4C4. Windows color (decimal): -3360020 or 15514316. OLE color: 15514316.
HSL color Cylindrical-coordinate representation of color #CCBAEC: hue angle of 261.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBAEC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 186 | 236 | - |
CMYK | 0.14 | 0.21 | 0 | 0.07 |
HSL | 261.6º | 0.57% | 0.83% | - |
HSV(B) | 261.6º | 0.21% | 0.93% | - |
XYZ | 57.6 | 54.01 | 86.75 | - |
YUV | 197.08 | 149.96 | 132.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 186 | 236 | 0.14 | 0.21 | 0 | 0.07 | 261.6 | 0.57 | 0.83 |
Hex | CC | BA | EC | E | 15 | 0 | 7 | 106 | 39 | 53 |
Octal | 314 | 272 | 354 | 16 | 25 | 0 | 7 | 406 | 71 | 123 |
Binary | 11001100 | 10111010 | 11101100 | 1110 | 10101 | 0 | 111 | 100000110 | 111001 | 1010011 |
Color Harmonies of #CCBAEC
Complementary color
Monochromatic Colors of #CCBAEC
Black with #CCBAEC
Text Example
Text Example
White with #CCBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAEC; }
p { color: rgb(204,186,236); }
H1.HeaderClassName
{
color: #CCBAEC;
}
.AnyTagClassName
{
color: #CCBAEC;
}
</style>
background-color css
<style>
a { background-color: #CCBAEC; }
a { background-color: rgb(204,186,236); }
div.DivClassName
{
background-color: #CCBAEC;
}
.BgClassName
{
background-color: #CCBAEC;
}
</style>
border-color css
<style>
span { border-color: #CCBAEC; }
span { border-color: rgb(204,186,236); }
td.TdClassName
{
border-color: #CCBAEC;
}
.TagClassName
{
border-color: #CCBAEC;
}
</style>