Shades of Lavender Blue #CCCBFB
Tints of Lavender Blue #CCCBFB
RGB
CMYK
RGB Variations
Color information
#CCCBFB (or 0xCCCBFB) is known color: Lavender Blue. HEX triplet: CC, CB and FB. RGB value is (204,203,251). Sum of RGB (Red+Green+Blue) = 204+203+251=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCCBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBFB is #333404. Grayscale: #D0D0D0. Windows color (decimal): -3355653 or 16501708. OLE color: 16501708.
HSL color Cylindrical-coordinate representation of color #CCCBFB: hue angle of 241.25º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCBFB is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 203 | 251 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.02 |
| HSL | 241.25º | 0.86% | 0.89% | - |
| HSV(B) | 241.25º | 0.19% | 0.98% | - |
| XYZ | 63.67 | 62.51 | 99.98 | - |
| YUV | 208.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 251 | 0.19 | 0.19 | 0 | 0.02 | 241.25 | 0.86 | 0.89 |
| Hex | CC | CB | FB | 13 | 13 | 0 | 2 | F1 | 56 | 59 |
| Octal | 314 | 313 | 373 | 23 | 23 | 0 | 2 | 361 | 126 | 131 |
| Binary | 11001100 | 11001011 | 11111011 | 10011 | 10011 | 0 | 10 | 11110001 | 1010110 | 1011001 |
Color Harmonies of #CCCBFB
Complementary color
Monochromatic Colors of #CCCBFB
Black with #CCCBFB
Text Example
Text Example
White with #CCCBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBFB; }
p { color: rgb(204,203,251); }
H1.HeaderClassName
{
color: #CCCBFB;
}
.AnyTagClassName
{
color: #CCCBFB;
}
</style>
background-color css
<style>
a { background-color: #CCCBFB; }
a { background-color: rgb(204,203,251); }
div.DivClassName
{
background-color: #CCCBFB;
}
.BgClassName
{
background-color: #CCCBFB;
}
</style>
border-color css
<style>
span { border-color: #CCCBFB; }
span { border-color: rgb(204,203,251); }
td.TdClassName
{
border-color: #CCCBFB;
}
.TagClassName
{
border-color: #CCCBFB;
}
</style>