Shades of Lavender Blue #CCCBFE
Tints of Lavender Blue #CCCBFE
RGB
CMYK
RGB Variations
Color information
#CCCBFE (or 0xCCCBFE) is known color: Lavender Blue. HEX triplet: CC, CB and FE. RGB value is (204,203,254). Sum of RGB (Red+Green+Blue) = 204+203+254=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCCBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBFE is #333401. Grayscale: #D0D0D0. Windows color (decimal): -3355650 or 16698316. OLE color: 16698316.
HSL color Cylindrical-coordinate representation of color #CCCBFE: hue angle of 241.18º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCBFE is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 203 | 254 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.00 |
| HSL | 241.18º | 0.96% | 0.9% | - |
| HSV(B) | 241.18º | 0.2% | 1% | - |
| XYZ | 64.15 | 62.71 | 102.49 | - |
| YUV | 209.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 254 | 0.20 | 0.20 | 0 | 0.00 | 241.18 | 0.96 | 0.9 |
| Hex | CC | CB | FE | 14 | 14 | 0 | 0 | F1 | 60 | 5A |
| Octal | 314 | 313 | 376 | 24 | 24 | 0 | 0 | 361 | 140 | 132 |
| Binary | 11001100 | 11001011 | 11111110 | 10100 | 10100 | 0 | 0 | 11110001 | 1100000 | 1011010 |
Color Harmonies of #CCCBFE
Complementary color
Monochromatic Colors of #CCCBFE
Black with #CCCBFE
Text Example
Text Example
White with #CCCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBFE; }
p { color: rgb(204,203,254); }
H1.HeaderClassName
{
color: #CCCBFE;
}
.AnyTagClassName
{
color: #CCCBFE;
}
</style>
background-color css
<style>
a { background-color: #CCCBFE; }
a { background-color: rgb(204,203,254); }
div.DivClassName
{
background-color: #CCCBFE;
}
.BgClassName
{
background-color: #CCCBFE;
}
</style>
border-color css
<style>
span { border-color: #CCCBFE; }
span { border-color: rgb(204,203,254); }
td.TdClassName
{
border-color: #CCCBFE;
}
.TagClassName
{
border-color: #CCCBFE;
}
</style>