Shades of Fog #CCB3EE
Tints of Fog #CCB3EE
RGB
CMYK
RGB Variations
Color information
#CCB3EE (or 0xCCB3EE) is known color: Fog. HEX triplet: CC, B3 and EE. RGB value is (204,179,238). Sum of RGB (Red+Green+Blue) = 204+179+238=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3EE is #334C11. Grayscale: #C0C0C0. Windows color (decimal): -3361810 or 15643596. OLE color: 15643596.
HSL color Cylindrical-coordinate representation of color #CCB3EE: hue angle of 265.42º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB3EE is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 179 | 238 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.07 |
| HSL | 265.42º | 0.63% | 0.82% | - |
| HSV(B) | 265.42º | 0.25% | 0.93% | - |
| XYZ | 56.45 | 51.25 | 87.81 | - |
| YUV | 193.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 238 | 0.14 | 0.25 | 0 | 0.07 | 265.42 | 0.63 | 0.82 |
| Hex | CC | B3 | EE | E | 19 | 0 | 7 | 109 | 3F | 52 |
| Octal | 314 | 263 | 356 | 16 | 31 | 0 | 7 | 411 | 77 | 122 |
| Binary | 11001100 | 10110011 | 11101110 | 1110 | 11001 | 0 | 111 | 100001001 | 111111 | 1010010 |
Color Harmonies of #CCB3EE
Complementary color
Monochromatic Colors of #CCB3EE
Black with #CCB3EE
Text Example
Text Example
White with #CCB3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3EE; }
p { color: rgb(204,179,238); }
H1.HeaderClassName
{
color: #CCB3EE;
}
.AnyTagClassName
{
color: #CCB3EE;
}
</style>
background-color css
<style>
a { background-color: #CCB3EE; }
a { background-color: rgb(204,179,238); }
div.DivClassName
{
background-color: #CCB3EE;
}
.BgClassName
{
background-color: #CCB3EE;
}
</style>
border-color css
<style>
span { border-color: #CCB3EE; }
span { border-color: rgb(204,179,238); }
td.TdClassName
{
border-color: #CCB3EE;
}
.TagClassName
{
border-color: #CCB3EE;
}
</style>