Shades of Fog #CCB9F8
Tints of Fog #CCB9F8
RGB
CMYK
RGB Variations
Color information
#CCB9F8 (or 0xCCB9F8) is known color: Fog. HEX triplet: CC, B9 and F8. RGB value is (204,185,248). Sum of RGB (Red+Green+Blue) = 204+185+248=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCB9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9F8 is #334607. Grayscale: #C5C5C5. Windows color (decimal): -3360264 or 16300492. OLE color: 16300492.
HSL color Cylindrical-coordinate representation of color #CCB9F8: hue angle of 258.1º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB9F8 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 185 | 248 | - |
CMYK | 0.18 | 0.25 | 0 | 0.03 |
HSL | 258.1º | 0.82% | 0.85% | - |
HSV(B) | 258.1º | 0.25% | 0.97% | - |
XYZ | 59.19 | 54.31 | 96.17 | - |
YUV | 197.86 | 156.29 | 132.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 185 | 248 | 0.18 | 0.25 | 0 | 0.03 | 258.1 | 0.82 | 0.85 |
Hex | CC | B9 | F8 | 12 | 19 | 0 | 3 | 102 | 52 | 55 |
Octal | 314 | 271 | 370 | 22 | 31 | 0 | 3 | 402 | 122 | 125 |
Binary | 11001100 | 10111001 | 11111000 | 10010 | 11001 | 0 | 11 | 100000010 | 1010010 | 1010101 |
Color Harmonies of #CCB9F8
Complementary color
Monochromatic Colors of #CCB9F8
Black with #CCB9F8
Text Example
Text Example
White with #CCB9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9F8; }
p { color: rgb(204,185,248); }
H1.HeaderClassName
{
color: #CCB9F8;
}
.AnyTagClassName
{
color: #CCB9F8;
}
</style>
background-color css
<style>
a { background-color: #CCB9F8; }
a { background-color: rgb(204,185,248); }
div.DivClassName
{
background-color: #CCB9F8;
}
.BgClassName
{
background-color: #CCB9F8;
}
</style>
border-color css
<style>
span { border-color: #CCB9F8; }
span { border-color: rgb(204,185,248); }
td.TdClassName
{
border-color: #CCB9F8;
}
.TagClassName
{
border-color: #CCB9F8;
}
</style>