Shades of Lavender Blue #CCBCFF
Tints of Lavender Blue #CCBCFF
RGB
CMYK
RGB Variations
Color information
#CCBCFF (or 0xCCBCFF) is known color: Lavender Blue. HEX triplet: CC, BC and FF. RGB value is (204,188,255). Sum of RGB (Red+Green+Blue) = 204+188+255=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCFF is #334300. Grayscale: #C8C8C8. Windows color (decimal): -3359489 or 16760012. OLE color: 16760012.
HSL color Cylindrical-coordinate representation of color #CCBCFF: hue angle of 254.33º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCBCFF is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 188 | 255 | - |
| CMYK | 0.2 | 0.26 | 0 | 0 |
| HSL | 254.33º | 1% | 0.87% | - |
| HSV(B) | 254.33º | 0.26% | 1% | - |
| XYZ | 60.94 | 56.02 | 102.21 | - |
| YUV | 200.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 255 | 0.2 | 0.26 | 0 | 0 | 254.33 | 1 | 0.87 |
| Hex | CC | BC | FF | 14 | 1A | 0 | 0 | FE | 64 | 57 |
| Octal | 314 | 274 | 377 | 24 | 32 | 0 | 0 | 376 | 144 | 127 |
| Binary | 11001100 | 10111100 | 11111111 | 10100 | 11010 | 0 | 0 | 11111110 | 1100100 | 1010111 |
Color Harmonies of #CCBCFF
Complementary color
Monochromatic Colors of #CCBCFF
Black with #CCBCFF
Text Example
Text Example
White with #CCBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCFF; }
p { color: rgb(204,188,255); }
H1.HeaderClassName
{
color: #CCBCFF;
}
.AnyTagClassName
{
color: #CCBCFF;
}
</style>
background-color css
<style>
a { background-color: #CCBCFF; }
a { background-color: rgb(204,188,255); }
div.DivClassName
{
background-color: #CCBCFF;
}
.BgClassName
{
background-color: #CCBCFF;
}
</style>
border-color css
<style>
span { border-color: #CCBCFF; }
span { border-color: rgb(204,188,255); }
td.TdClassName
{
border-color: #CCBCFF;
}
.TagClassName
{
border-color: #CCBCFF;
}
</style>