Shades of Fog #CCB9E8
Tints of Fog #CCB9E8
RGB
CMYK
RGB Variations
Color information
#CCB9E8 (or 0xCCB9E8) is known color: Fog. HEX triplet: CC, B9 and E8. RGB value is (204,185,232). Sum of RGB (Red+Green+Blue) = 204+185+232=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCB9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9E8 is #334617. Grayscale: #C3C3C3. Windows color (decimal): -3360280 or 15251916. OLE color: 15251916.
HSL color Cylindrical-coordinate representation of color #CCB9E8: hue angle of 264.26º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB9E8 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 185 | 232 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.09 |
| HSL | 264.26º | 0.51% | 0.82% | - |
| HSV(B) | 264.26º | 0.2% | 0.91% | - |
| XYZ | 56.82 | 53.36 | 83.65 | - |
| YUV | 196.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 232 | 0.12 | 0.20 | 0 | 0.09 | 264.26 | 0.51 | 0.82 |
| Hex | CC | B9 | E8 | C | 14 | 0 | 9 | 108 | 33 | 52 |
| Octal | 314 | 271 | 350 | 14 | 24 | 0 | 11 | 410 | 63 | 122 |
| Binary | 11001100 | 10111001 | 11101000 | 1100 | 10100 | 0 | 1001 | 100001000 | 110011 | 1010010 |
Color Harmonies of #CCB9E8
Complementary color
Monochromatic Colors of #CCB9E8
Black with #CCB9E8
Text Example
Text Example
White with #CCB9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9E8; }
p { color: rgb(204,185,232); }
H1.HeaderClassName
{
color: #CCB9E8;
}
.AnyTagClassName
{
color: #CCB9E8;
}
</style>
background-color css
<style>
a { background-color: #CCB9E8; }
a { background-color: rgb(204,185,232); }
div.DivClassName
{
background-color: #CCB9E8;
}
.BgClassName
{
background-color: #CCB9E8;
}
</style>
border-color css
<style>
span { border-color: #CCB9E8; }
span { border-color: rgb(204,185,232); }
td.TdClassName
{
border-color: #CCB9E8;
}
.TagClassName
{
border-color: #CCB9E8;
}
</style>