Shades of Fog #CCB8E9
Tints of Fog #CCB8E9
RGB
CMYK
RGB Variations
Color information
#CCB8E9 (or 0xCCB8E9) is known color: Fog. HEX triplet: CC, B8 and E9. RGB value is (204,184,233). Sum of RGB (Red+Green+Blue) = 204+184+233=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCB8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8E9 is #334716. Grayscale: #C3C3C3. Windows color (decimal): -3360535 or 15317196. OLE color: 15317196.
HSL color Cylindrical-coordinate representation of color #CCB8E9: hue angle of 264.49º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB8E9 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 184 | 233 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.09 |
| HSL | 264.49º | 0.53% | 0.82% | - |
| HSV(B) | 264.49º | 0.21% | 0.91% | - |
| XYZ | 56.75 | 53 | 84.33 | - |
| YUV | 195.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 233 | 0.12 | 0.21 | 0 | 0.09 | 264.49 | 0.53 | 0.82 |
| Hex | CC | B8 | E9 | C | 15 | 0 | 9 | 108 | 35 | 52 |
| Octal | 314 | 270 | 351 | 14 | 25 | 0 | 11 | 410 | 65 | 122 |
| Binary | 11001100 | 10111000 | 11101001 | 1100 | 10101 | 0 | 1001 | 100001000 | 110101 | 1010010 |
Color Harmonies of #CCB8E9
Complementary color
Monochromatic Colors of #CCB8E9
Black with #CCB8E9
Text Example
Text Example
White with #CCB8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8E9; }
p { color: rgb(204,184,233); }
H1.HeaderClassName
{
color: #CCB8E9;
}
.AnyTagClassName
{
color: #CCB8E9;
}
</style>
background-color css
<style>
a { background-color: #CCB8E9; }
a { background-color: rgb(204,184,233); }
div.DivClassName
{
background-color: #CCB8E9;
}
.BgClassName
{
background-color: #CCB8E9;
}
</style>
border-color css
<style>
span { border-color: #CCB8E9; }
span { border-color: rgb(204,184,233); }
td.TdClassName
{
border-color: #CCB8E9;
}
.TagClassName
{
border-color: #CCB8E9;
}
</style>