Shades of Fog #CCB8FD
Tints of Fog #CCB8FD
RGB
CMYK
RGB Variations
Color information
#CCB8FD (or 0xCCB8FD) is known color: Fog. HEX triplet: CC, B8 and FD. RGB value is (204,184,253). Sum of RGB (Red+Green+Blue) = 204+184+253=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCB8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8FD is #334702. Grayscale: #C5C5C5. Windows color (decimal): -3360515 or 16627916. OLE color: 16627916.
HSL color Cylindrical-coordinate representation of color #CCB8FD: hue angle of 257.39º degrees, saturation: 0.95, 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 #CCB8FD is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 184 | 253 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.01 |
| HSL | 257.39º | 0.95% | 0.86% | - |
| HSV(B) | 257.39º | 0.27% | 0.99% | - |
| XYZ | 59.77 | 54.21 | 100.24 | - |
| YUV | 197.85 | 159.13 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 253 | 0.19 | 0.27 | 0 | 0.01 | 257.39 | 0.95 | 0.86 |
| Hex | CC | B8 | FD | 13 | 1B | 0 | 1 | 101 | 5F | 56 |
| Octal | 314 | 270 | 375 | 23 | 33 | 0 | 1 | 401 | 137 | 126 |
| Binary | 11001100 | 10111000 | 11111101 | 10011 | 11011 | 0 | 1 | 100000001 | 1011111 | 1010110 |
Color Harmonies of #CCB8FD
Complementary color
Monochromatic Colors of #CCB8FD
Black with #CCB8FD
Text Example
Text Example
White with #CCB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8FD; }
p { color: rgb(204,184,253); }
H1.HeaderClassName
{
color: #CCB8FD;
}
.AnyTagClassName
{
color: #CCB8FD;
}
</style>
background-color css
<style>
a { background-color: #CCB8FD; }
a { background-color: rgb(204,184,253); }
div.DivClassName
{
background-color: #CCB8FD;
}
.BgClassName
{
background-color: #CCB8FD;
}
</style>
border-color css
<style>
span { border-color: #CCB8FD; }
span { border-color: rgb(204,184,253); }
td.TdClassName
{
border-color: #CCB8FD;
}
.TagClassName
{
border-color: #CCB8FD;
}
</style>