Shades of Fog #CCB8F8
Tints of Fog #CCB8F8
RGB
CMYK
RGB Variations
Color information
#CCB8F8 (or 0xCCB8F8) is known color: Fog. HEX triplet: CC, B8 and F8. RGB value is (204,184,248). Sum of RGB (Red+Green+Blue) = 204+184+248=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCB8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8F8 is #334707. Grayscale: #C5C5C5. Windows color (decimal): -3360520 or 16300236. OLE color: 16300236.
HSL color Cylindrical-coordinate representation of color #CCB8F8: hue angle of 258.75º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB8F8 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 184 | 248 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.03 |
| HSL | 258.75º | 0.82% | 0.85% | - |
| HSV(B) | 258.75º | 0.26% | 0.97% | - |
| XYZ | 58.99 | 53.9 | 96.1 | - |
| YUV | 197.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 248 | 0.18 | 0.26 | 0 | 0.03 | 258.75 | 0.82 | 0.85 |
| Hex | CC | B8 | F8 | 12 | 1A | 0 | 3 | 103 | 52 | 55 |
| Octal | 314 | 270 | 370 | 22 | 32 | 0 | 3 | 403 | 122 | 125 |
| Binary | 11001100 | 10111000 | 11111000 | 10010 | 11010 | 0 | 11 | 100000011 | 1010010 | 1010101 |
Color Harmonies of #CCB8F8
Complementary color
Monochromatic Colors of #CCB8F8
Black with #CCB8F8
Text Example
Text Example
White with #CCB8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8F8; }
p { color: rgb(204,184,248); }
H1.HeaderClassName
{
color: #CCB8F8;
}
.AnyTagClassName
{
color: #CCB8F8;
}
</style>
background-color css
<style>
a { background-color: #CCB8F8; }
a { background-color: rgb(204,184,248); }
div.DivClassName
{
background-color: #CCB8F8;
}
.BgClassName
{
background-color: #CCB8F8;
}
</style>
border-color css
<style>
span { border-color: #CCB8F8; }
span { border-color: rgb(204,184,248); }
td.TdClassName
{
border-color: #CCB8F8;
}
.TagClassName
{
border-color: #CCB8F8;
}
</style>