Shades of Fog #CCB7EC
Tints of Fog #CCB7EC
RGB
CMYK
RGB Variations
Color information
#CCB7EC (or 0xCCB7EC) is known color: Fog. HEX triplet: CC, B7 and EC. RGB value is (204,183,236). Sum of RGB (Red+Green+Blue) = 204+183+236=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB7EC is #334813. Grayscale: #C3C3C3. Windows color (decimal): -3360788 or 15513548. OLE color: 15513548.
HSL color Cylindrical-coordinate representation of color #CCB7EC: hue angle of 263.77º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCB7EC is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 183 | 236 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.07 |
| HSL | 263.77º | 0.58% | 0.82% | - |
| HSV(B) | 263.77º | 0.22% | 0.93% | - |
| XYZ | 56.98 | 52.76 | 86.54 | - |
| YUV | 195.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 236 | 0.14 | 0.22 | 0 | 0.07 | 263.77 | 0.58 | 0.82 |
| Hex | CC | B7 | EC | E | 16 | 0 | 7 | 108 | 3A | 52 |
| Octal | 314 | 267 | 354 | 16 | 26 | 0 | 7 | 410 | 72 | 122 |
| Binary | 11001100 | 10110111 | 11101100 | 1110 | 10110 | 0 | 111 | 100001000 | 111010 | 1010010 |
Color Harmonies of #CCB7EC
Complementary color
Monochromatic Colors of #CCB7EC
Black with #CCB7EC
Text Example
Text Example
White with #CCB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7EC; }
p { color: rgb(204,183,236); }
H1.HeaderClassName
{
color: #CCB7EC;
}
.AnyTagClassName
{
color: #CCB7EC;
}
</style>
background-color css
<style>
a { background-color: #CCB7EC; }
a { background-color: rgb(204,183,236); }
div.DivClassName
{
background-color: #CCB7EC;
}
.BgClassName
{
background-color: #CCB7EC;
}
</style>
border-color css
<style>
span { border-color: #CCB7EC; }
span { border-color: rgb(204,183,236); }
td.TdClassName
{
border-color: #CCB7EC;
}
.TagClassName
{
border-color: #CCB7EC;
}
</style>