Shades of Fog #CCB8F2
Tints of Fog #CCB8F2
RGB
CMYK
RGB Variations
Color information
#CCB8F2 (or 0xCCB8F2) is known color: Fog. HEX triplet: CC, B8 and F2. RGB value is (204,184,242). Sum of RGB (Red+Green+Blue) = 204+184+242=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCB8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8F2 is #33470D. Grayscale: #C4C4C4. Windows color (decimal): -3360526 or 15907020. OLE color: 15907020.
HSL color Cylindrical-coordinate representation of color #CCB8F2: hue angle of 260.69º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB8F2 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 184 | 242 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.05 |
| HSL | 260.69º | 0.69% | 0.84% | - |
| HSV(B) | 260.69º | 0.24% | 0.95% | - |
| XYZ | 58.07 | 53.53 | 91.28 | - |
| YUV | 196.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 242 | 0.16 | 0.24 | 0 | 0.05 | 260.69 | 0.69 | 0.84 |
| Hex | CC | B8 | F2 | 10 | 18 | 0 | 5 | 105 | 45 | 54 |
| Octal | 314 | 270 | 362 | 20 | 30 | 0 | 5 | 405 | 105 | 124 |
| Binary | 11001100 | 10111000 | 11110010 | 10000 | 11000 | 0 | 101 | 100000101 | 1000101 | 1010100 |
Color Harmonies of #CCB8F2
Complementary color
Monochromatic Colors of #CCB8F2
Black with #CCB8F2
Text Example
Text Example
White with #CCB8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8F2; }
p { color: rgb(204,184,242); }
H1.HeaderClassName
{
color: #CCB8F2;
}
.AnyTagClassName
{
color: #CCB8F2;
}
</style>
background-color css
<style>
a { background-color: #CCB8F2; }
a { background-color: rgb(204,184,242); }
div.DivClassName
{
background-color: #CCB8F2;
}
.BgClassName
{
background-color: #CCB8F2;
}
</style>
border-color css
<style>
span { border-color: #CCB8F2; }
span { border-color: rgb(204,184,242); }
td.TdClassName
{
border-color: #CCB8F2;
}
.TagClassName
{
border-color: #CCB8F2;
}
</style>