Shades of Fog #CCB3EF
Tints of Fog #CCB3EF
RGB
CMYK
RGB Variations
Color information
#CCB3EF (or 0xCCB3EF) is known color: Fog. HEX triplet: CC, B3 and EF. RGB value is (204,179,239). Sum of RGB (Red+Green+Blue) = 204+179+239=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCB3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3EF is #334C10. Grayscale: #C1C1C1. Windows color (decimal): -3361809 or 15709132. OLE color: 15709132.
HSL color Cylindrical-coordinate representation of color #CCB3EF: hue angle of 265º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB3EF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 179 | 239 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.06 |
| HSL | 265º | 0.65% | 0.82% | - |
| HSV(B) | 265º | 0.25% | 0.94% | - |
| XYZ | 56.6 | 51.31 | 88.58 | - |
| YUV | 193.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 239 | 0.15 | 0.25 | 0 | 0.06 | 265 | 0.65 | 0.82 |
| Hex | CC | B3 | EF | F | 19 | 0 | 6 | 109 | 41 | 52 |
| Octal | 314 | 263 | 357 | 17 | 31 | 0 | 6 | 411 | 101 | 122 |
| Binary | 11001100 | 10110011 | 11101111 | 1111 | 11001 | 0 | 110 | 100001001 | 1000001 | 1010010 |
Color Harmonies of #CCB3EF
Complementary color
Monochromatic Colors of #CCB3EF
Black with #CCB3EF
Text Example
Text Example
White with #CCB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3EF; }
p { color: rgb(204,179,239); }
H1.HeaderClassName
{
color: #CCB3EF;
}
.AnyTagClassName
{
color: #CCB3EF;
}
</style>
background-color css
<style>
a { background-color: #CCB3EF; }
a { background-color: rgb(204,179,239); }
div.DivClassName
{
background-color: #CCB3EF;
}
.BgClassName
{
background-color: #CCB3EF;
}
</style>
border-color css
<style>
span { border-color: #CCB3EF; }
span { border-color: rgb(204,179,239); }
td.TdClassName
{
border-color: #CCB3EF;
}
.TagClassName
{
border-color: #CCB3EF;
}
</style>