Shades of Fog #CCB5FD
Tints of Fog #CCB5FD
RGB
CMYK
RGB Variations
Color information
#CCB5FD (or 0xCCB5FD) is known color: Fog. HEX triplet: CC, B5 and FD. RGB value is (204,181,253). Sum of RGB (Red+Green+Blue) = 204+181+253=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5FD is #334A02. Grayscale: #C3C3C3. Windows color (decimal): -3361283 or 16627148. OLE color: 16627148.
HSL color Cylindrical-coordinate representation of color #CCB5FD: hue angle of 259.17º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB5FD is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 181 | 253 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.01 |
| HSL | 259.17º | 0.95% | 0.85% | - |
| HSV(B) | 259.17º | 0.28% | 0.99% | - |
| XYZ | 59.16 | 52.98 | 100.04 | - |
| YUV | 196.09 | 160.12 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 253 | 0.19 | 0.28 | 0 | 0.01 | 259.17 | 0.95 | 0.85 |
| Hex | CC | B5 | FD | 13 | 1C | 0 | 1 | 103 | 5F | 55 |
| Octal | 314 | 265 | 375 | 23 | 34 | 0 | 1 | 403 | 137 | 125 |
| Binary | 11001100 | 10110101 | 11111101 | 10011 | 11100 | 0 | 1 | 100000011 | 1011111 | 1010101 |
Color Harmonies of #CCB5FD
Complementary color
Monochromatic Colors of #CCB5FD
Black with #CCB5FD
Text Example
Text Example
White with #CCB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5FD; }
p { color: rgb(204,181,253); }
H1.HeaderClassName
{
color: #CCB5FD;
}
.AnyTagClassName
{
color: #CCB5FD;
}
</style>
background-color css
<style>
a { background-color: #CCB5FD; }
a { background-color: rgb(204,181,253); }
div.DivClassName
{
background-color: #CCB5FD;
}
.BgClassName
{
background-color: #CCB5FD;
}
</style>
border-color css
<style>
span { border-color: #CCB5FD; }
span { border-color: rgb(204,181,253); }
td.TdClassName
{
border-color: #CCB5FD;
}
.TagClassName
{
border-color: #CCB5FD;
}
</style>