Shades of Lavender Blue #CCC8FB
Tints of Lavender Blue #CCC8FB
RGB
CMYK
RGB Variations
Color information
#CCC8FB (or 0xCCC8FB) is known color: Lavender Blue. HEX triplet: CC, C8 and FB. RGB value is (204,200,251). Sum of RGB (Red+Green+Blue) = 204+200+251=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCC8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8FB is #333704. Grayscale: #CECECE. Windows color (decimal): -3356421 or 16500940. OLE color: 16500940.
HSL color Cylindrical-coordinate representation of color #CCC8FB: hue angle of 244.71º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC8FB is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 200 | 251 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.02 |
| HSL | 244.71º | 0.86% | 0.88% | - |
| HSV(B) | 244.71º | 0.2% | 0.98% | - |
| XYZ | 62.97 | 61.11 | 99.74 | - |
| YUV | 207.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 251 | 0.19 | 0.20 | 0 | 0.02 | 244.71 | 0.86 | 0.88 |
| Hex | CC | C8 | FB | 13 | 14 | 0 | 2 | F5 | 56 | 58 |
| Octal | 314 | 310 | 373 | 23 | 24 | 0 | 2 | 365 | 126 | 130 |
| Binary | 11001100 | 11001000 | 11111011 | 10011 | 10100 | 0 | 10 | 11110101 | 1010110 | 1011000 |
Color Harmonies of #CCC8FB
Complementary color
Monochromatic Colors of #CCC8FB
Black with #CCC8FB
Text Example
Text Example
White with #CCC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8FB; }
p { color: rgb(204,200,251); }
H1.HeaderClassName
{
color: #CCC8FB;
}
.AnyTagClassName
{
color: #CCC8FB;
}
</style>
background-color css
<style>
a { background-color: #CCC8FB; }
a { background-color: rgb(204,200,251); }
div.DivClassName
{
background-color: #CCC8FB;
}
.BgClassName
{
background-color: #CCC8FB;
}
</style>
border-color css
<style>
span { border-color: #CCC8FB; }
span { border-color: rgb(204,200,251); }
td.TdClassName
{
border-color: #CCC8FB;
}
.TagClassName
{
border-color: #CCC8FB;
}
</style>