Shades of Fog #CCB3ED
Tints of Fog #CCB3ED
RGB
CMYK
RGB Variations
Color information
#CCB3ED (or 0xCCB3ED) is known color: Fog. HEX triplet: CC, B3 and ED. RGB value is (204,179,237). Sum of RGB (Red+Green+Blue) = 204+179+237=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCB3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3ED is #334C12. Grayscale: #C0C0C0. Windows color (decimal): -3361811 or 15578060. OLE color: 15578060.
HSL color Cylindrical-coordinate representation of color #CCB3ED: hue angle of 265.86º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB3ED is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 179 | 237 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.07 |
| HSL | 265.86º | 0.62% | 0.82% | - |
| HSV(B) | 265.86º | 0.24% | 0.93% | - |
| XYZ | 56.31 | 51.19 | 87.03 | - |
| YUV | 193.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 237 | 0.14 | 0.24 | 0 | 0.07 | 265.86 | 0.62 | 0.82 |
| Hex | CC | B3 | ED | E | 18 | 0 | 7 | 10A | 3E | 52 |
| Octal | 314 | 263 | 355 | 16 | 30 | 0 | 7 | 412 | 76 | 122 |
| Binary | 11001100 | 10110011 | 11101101 | 1110 | 11000 | 0 | 111 | 100001010 | 111110 | 1010010 |
Color Harmonies of #CCB3ED
Complementary color
Monochromatic Colors of #CCB3ED
Black with #CCB3ED
Text Example
Text Example
White with #CCB3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3ED; }
p { color: rgb(204,179,237); }
H1.HeaderClassName
{
color: #CCB3ED;
}
.AnyTagClassName
{
color: #CCB3ED;
}
</style>
background-color css
<style>
a { background-color: #CCB3ED; }
a { background-color: rgb(204,179,237); }
div.DivClassName
{
background-color: #CCB3ED;
}
.BgClassName
{
background-color: #CCB3ED;
}
</style>
border-color css
<style>
span { border-color: #CCB3ED; }
span { border-color: rgb(204,179,237); }
td.TdClassName
{
border-color: #CCB3ED;
}
.TagClassName
{
border-color: #CCB3ED;
}
</style>