Shades of Fog #CCB8ED
Tints of Fog #CCB8ED
RGB
CMYK
RGB Variations
Color information
#CCB8ED (or 0xCCB8ED) is known color: Fog. HEX triplet: CC, B8 and ED. RGB value is (204,184,237). Sum of RGB (Red+Green+Blue) = 204+184+237=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8ED is #334712. Grayscale: #C3C3C3. Windows color (decimal): -3360531 or 15579340. OLE color: 15579340.
HSL color Cylindrical-coordinate representation of color #CCB8ED: hue angle of 262.64º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCB8ED is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 184 | 237 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.07 |
| HSL | 262.64º | 0.6% | 0.83% | - |
| HSV(B) | 262.64º | 0.22% | 0.93% | - |
| XYZ | 57.33 | 53.23 | 87.37 | - |
| YUV | 196.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 237 | 0.14 | 0.22 | 0 | 0.07 | 262.64 | 0.6 | 0.83 |
| Hex | CC | B8 | ED | E | 16 | 0 | 7 | 107 | 3C | 53 |
| Octal | 314 | 270 | 355 | 16 | 26 | 0 | 7 | 407 | 74 | 123 |
| Binary | 11001100 | 10111000 | 11101101 | 1110 | 10110 | 0 | 111 | 100000111 | 111100 | 1010011 |
Color Harmonies of #CCB8ED
Complementary color
Monochromatic Colors of #CCB8ED
Black with #CCB8ED
Text Example
Text Example
White with #CCB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8ED; }
p { color: rgb(204,184,237); }
H1.HeaderClassName
{
color: #CCB8ED;
}
.AnyTagClassName
{
color: #CCB8ED;
}
</style>
background-color css
<style>
a { background-color: #CCB8ED; }
a { background-color: rgb(204,184,237); }
div.DivClassName
{
background-color: #CCB8ED;
}
.BgClassName
{
background-color: #CCB8ED;
}
</style>
border-color css
<style>
span { border-color: #CCB8ED; }
span { border-color: rgb(204,184,237); }
td.TdClassName
{
border-color: #CCB8ED;
}
.TagClassName
{
border-color: #CCB8ED;
}
</style>