Shades of Lavender Blue #CCC0FB
Tints of Lavender Blue #CCC0FB
RGB
CMYK
RGB Variations
Color information
#CCC0FB (or 0xCCC0FB) is known color: Lavender Blue. HEX triplet: CC, C0 and FB. RGB value is (204,192,251). Sum of RGB (Red+Green+Blue) = 204+192+251=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCC0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0FB is #333F04. Grayscale: #CACACA. Windows color (decimal): -3358469 or 16498892. OLE color: 16498892.
HSL color Cylindrical-coordinate representation of color #CCC0FB: hue angle of 252.2º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCC0FB is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 192 | 251 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.02 |
| HSL | 252.2º | 0.88% | 0.87% | - |
| HSV(B) | 252.2º | 0.24% | 0.98% | - |
| XYZ | 61.16 | 57.5 | 99.14 | - |
| YUV | 202.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 251 | 0.19 | 0.24 | 0 | 0.02 | 252.2 | 0.88 | 0.87 |
| Hex | CC | C0 | FB | 13 | 18 | 0 | 2 | FC | 58 | 57 |
| Octal | 314 | 300 | 373 | 23 | 30 | 0 | 2 | 374 | 130 | 127 |
| Binary | 11001100 | 11000000 | 11111011 | 10011 | 11000 | 0 | 10 | 11111100 | 1011000 | 1010111 |
Color Harmonies of #CCC0FB
Complementary color
Monochromatic Colors of #CCC0FB
Black with #CCC0FB
Text Example
Text Example
White with #CCC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0FB; }
p { color: rgb(204,192,251); }
H1.HeaderClassName
{
color: #CCC0FB;
}
.AnyTagClassName
{
color: #CCC0FB;
}
</style>
background-color css
<style>
a { background-color: #CCC0FB; }
a { background-color: rgb(204,192,251); }
div.DivClassName
{
background-color: #CCC0FB;
}
.BgClassName
{
background-color: #CCC0FB;
}
</style>
border-color css
<style>
span { border-color: #CCC0FB; }
span { border-color: rgb(204,192,251); }
td.TdClassName
{
border-color: #CCC0FB;
}
.TagClassName
{
border-color: #CCC0FB;
}
</style>