Shades of Lavender Blue #CCCBFC
Tints of Lavender Blue #CCCBFC
RGB
CMYK
RGB Variations
Color information
#CCCBFC (or 0xCCCBFC) is known color: Lavender Blue. HEX triplet: CC, CB and FC. RGB value is (204,203,252). Sum of RGB (Red+Green+Blue) = 204+203+252=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCCBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBFC is #333403. Grayscale: #D0D0D0. Windows color (decimal): -3355652 or 16567244. OLE color: 16567244.
HSL color Cylindrical-coordinate representation of color #CCCBFC: hue angle of 241.22º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCBFC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 203 | 252 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.01 |
| HSL | 241.22º | 0.89% | 0.89% | - |
| HSV(B) | 241.22º | 0.19% | 0.99% | - |
| XYZ | 63.83 | 62.58 | 100.81 | - |
| YUV | 208.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 252 | 0.19 | 0.19 | 0 | 0.01 | 241.22 | 0.89 | 0.89 |
| Hex | CC | CB | FC | 13 | 13 | 0 | 1 | F1 | 59 | 59 |
| Octal | 314 | 313 | 374 | 23 | 23 | 0 | 1 | 361 | 131 | 131 |
| Binary | 11001100 | 11001011 | 11111100 | 10011 | 10011 | 0 | 1 | 11110001 | 1011001 | 1011001 |
Color Harmonies of #CCCBFC
Complementary color
Monochromatic Colors of #CCCBFC
Black with #CCCBFC
Text Example
Text Example
White with #CCCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBFC; }
p { color: rgb(204,203,252); }
H1.HeaderClassName
{
color: #CCCBFC;
}
.AnyTagClassName
{
color: #CCCBFC;
}
</style>
background-color css
<style>
a { background-color: #CCCBFC; }
a { background-color: rgb(204,203,252); }
div.DivClassName
{
background-color: #CCCBFC;
}
.BgClassName
{
background-color: #CCCBFC;
}
</style>
border-color css
<style>
span { border-color: #CCCBFC; }
span { border-color: rgb(204,203,252); }
td.TdClassName
{
border-color: #CCCBFC;
}
.TagClassName
{
border-color: #CCCBFC;
}
</style>