Shades of Fog #CCB8EE
Tints of Fog #CCB8EE
RGB
CMYK
RGB Variations
Color information
#CCB8EE (or 0xCCB8EE) is known color: Fog. HEX triplet: CC, B8 and EE. RGB value is (204,184,238). Sum of RGB (Red+Green+Blue) = 204+184+238=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 184 (72.27% from 255 or 29.39% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8EE is #334711. Grayscale: #C3C3C3. Windows color (decimal): -3360530 or 15644876. OLE color: 15644876.
HSL color Cylindrical-coordinate representation of color #CCB8EE: hue angle of 262.22º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB8EE is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 184 | 238 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.07 |
| HSL | 262.22º | 0.61% | 0.83% | - |
| HSV(B) | 262.22º | 0.23% | 0.93% | - |
| XYZ | 57.47 | 53.29 | 88.15 | - |
| YUV | 196.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 238 | 0.14 | 0.23 | 0 | 0.07 | 262.22 | 0.61 | 0.83 |
| Hex | CC | B8 | EE | E | 17 | 0 | 7 | 106 | 3D | 53 |
| Octal | 314 | 270 | 356 | 16 | 27 | 0 | 7 | 406 | 75 | 123 |
| Binary | 11001100 | 10111000 | 11101110 | 1110 | 10111 | 0 | 111 | 100000110 | 111101 | 1010011 |
Color Harmonies of #CCB8EE
Complementary color
Monochromatic Colors of #CCB8EE
Black with #CCB8EE
Text Example
Text Example
White with #CCB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8EE; }
p { color: rgb(204,184,238); }
H1.HeaderClassName
{
color: #CCB8EE;
}
.AnyTagClassName
{
color: #CCB8EE;
}
</style>
background-color css
<style>
a { background-color: #CCB8EE; }
a { background-color: rgb(204,184,238); }
div.DivClassName
{
background-color: #CCB8EE;
}
.BgClassName
{
background-color: #CCB8EE;
}
</style>
border-color css
<style>
span { border-color: #CCB8EE; }
span { border-color: rgb(204,184,238); }
td.TdClassName
{
border-color: #CCB8EE;
}
.TagClassName
{
border-color: #CCB8EE;
}
</style>