Shades of Lavender Blue #CCCBF0
Tints of Lavender Blue #CCCBF0
RGB
CMYK
RGB Variations
Color information
#CCCBF0 (or 0xCCCBF0) is known color: Lavender Blue. HEX triplet: CC, CB and F0. RGB value is (204,203,240). Sum of RGB (Red+Green+Blue) = 204+203+240=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCCBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBF0 is #33340F. Grayscale: #CFCFCF. Windows color (decimal): -3355664 or 15780812. OLE color: 15780812.
HSL color Cylindrical-coordinate representation of color #CCCBF0: hue angle of 241.62º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCBF0 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 203 | 240 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.06 |
| HSL | 241.62º | 0.55% | 0.87% | - |
| HSV(B) | 241.62º | 0.15% | 0.94% | - |
| XYZ | 61.99 | 61.84 | 91.11 | - |
| YUV | 207.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 240 | 0.15 | 0.15 | 0 | 0.06 | 241.62 | 0.55 | 0.87 |
| Hex | CC | CB | F0 | F | F | 0 | 6 | F2 | 37 | 57 |
| Octal | 314 | 313 | 360 | 17 | 17 | 0 | 6 | 362 | 67 | 127 |
| Binary | 11001100 | 11001011 | 11110000 | 1111 | 1111 | 0 | 110 | 11110010 | 110111 | 1010111 |
Color Harmonies of #CCCBF0
Complementary color
Monochromatic Colors of #CCCBF0
Black with #CCCBF0
Text Example
Text Example
White with #CCCBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBF0; }
p { color: rgb(204,203,240); }
H1.HeaderClassName
{
color: #CCCBF0;
}
.AnyTagClassName
{
color: #CCCBF0;
}
</style>
background-color css
<style>
a { background-color: #CCCBF0; }
a { background-color: rgb(204,203,240); }
div.DivClassName
{
background-color: #CCCBF0;
}
.BgClassName
{
background-color: #CCCBF0;
}
</style>
border-color css
<style>
span { border-color: #CCCBF0; }
span { border-color: rgb(204,203,240); }
td.TdClassName
{
border-color: #CCCBF0;
}
.TagClassName
{
border-color: #CCCBF0;
}
</style>