Shades of Fog #CCB8E7
Tints of Fog #CCB8E7
RGB
CMYK
RGB Variations
Color information
#CCB8E7 (or 0xCCB8E7) is known color: Fog. HEX triplet: CC, B8 and E7. RGB value is (204,184,231). Sum of RGB (Red+Green+Blue) = 204+184+231=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCB8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8E7 is #334718. Grayscale: #C3C3C3. Windows color (decimal): -3360537 or 15186124. OLE color: 15186124.
HSL color Cylindrical-coordinate representation of color #CCB8E7: hue angle of 265.53º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB8E7 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 184 | 231 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.09 |
| HSL | 265.53º | 0.49% | 0.81% | - |
| HSV(B) | 265.53º | 0.2% | 0.91% | - |
| XYZ | 56.47 | 52.89 | 82.83 | - |
| YUV | 195.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 231 | 0.12 | 0.20 | 0 | 0.09 | 265.53 | 0.49 | 0.81 |
| Hex | CC | B8 | E7 | C | 14 | 0 | 9 | 10A | 31 | 51 |
| Octal | 314 | 270 | 347 | 14 | 24 | 0 | 11 | 412 | 61 | 121 |
| Binary | 11001100 | 10111000 | 11100111 | 1100 | 10100 | 0 | 1001 | 100001010 | 110001 | 1010001 |
Color Harmonies of #CCB8E7
Complementary color
Monochromatic Colors of #CCB8E7
Black with #CCB8E7
Text Example
Text Example
White with #CCB8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8E7; }
p { color: rgb(204,184,231); }
H1.HeaderClassName
{
color: #CCB8E7;
}
.AnyTagClassName
{
color: #CCB8E7;
}
</style>
background-color css
<style>
a { background-color: #CCB8E7; }
a { background-color: rgb(204,184,231); }
div.DivClassName
{
background-color: #CCB8E7;
}
.BgClassName
{
background-color: #CCB8E7;
}
</style>
border-color css
<style>
span { border-color: #CCB8E7; }
span { border-color: rgb(204,184,231); }
td.TdClassName
{
border-color: #CCB8E7;
}
.TagClassName
{
border-color: #CCB8E7;
}
</style>