Shades of Fog #CCB9FD
Tints of Fog #CCB9FD
RGB
CMYK
RGB Variations
Color information
#CCB9FD (or 0xCCB9FD) is known color: Fog. HEX triplet: CC, B9 and FD. RGB value is (204,185,253). Sum of RGB (Red+Green+Blue) = 204+185+253=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCB9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9FD is #334602. Grayscale: #C6C6C6. Windows color (decimal): -3360259 or 16628172. OLE color: 16628172.
HSL color Cylindrical-coordinate representation of color #CCB9FD: hue angle of 256.76º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB9FD is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 185 | 253 | - |
CMYK | 0.19 | 0.27 | 0 | 0.01 |
HSL | 256.76º | 0.94% | 0.86% | - |
HSV(B) | 256.76º | 0.27% | 0.99% | - |
XYZ | 59.98 | 54.63 | 100.31 | - |
YUV | 198.43 | 158.79 | 131.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 185 | 253 | 0.19 | 0.27 | 0 | 0.01 | 256.76 | 0.94 | 0.86 |
Hex | CC | B9 | FD | 13 | 1B | 0 | 1 | 101 | 5E | 56 |
Octal | 314 | 271 | 375 | 23 | 33 | 0 | 1 | 401 | 136 | 126 |
Binary | 11001100 | 10111001 | 11111101 | 10011 | 11011 | 0 | 1 | 100000001 | 1011110 | 1010110 |
Color Harmonies of #CCB9FD
Complementary color
Monochromatic Colors of #CCB9FD
Black with #CCB9FD
Text Example
Text Example
White with #CCB9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9FD; }
p { color: rgb(204,185,253); }
H1.HeaderClassName
{
color: #CCB9FD;
}
.AnyTagClassName
{
color: #CCB9FD;
}
</style>
background-color css
<style>
a { background-color: #CCB9FD; }
a { background-color: rgb(204,185,253); }
div.DivClassName
{
background-color: #CCB9FD;
}
.BgClassName
{
background-color: #CCB9FD;
}
</style>
border-color css
<style>
span { border-color: #CCB9FD; }
span { border-color: rgb(204,185,253); }
td.TdClassName
{
border-color: #CCB9FD;
}
.TagClassName
{
border-color: #CCB9FD;
}
</style>