Shades of Lavender Blue #CCCBF1
Tints of Lavender Blue #CCCBF1
RGB
CMYK
RGB Variations
Color information
#CCCBF1 (or 0xCCCBF1) is known color: Lavender Blue. HEX triplet: CC, CB and F1. RGB value is (204,203,241). Sum of RGB (Red+Green+Blue) = 204+203+241=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCCBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBF1 is #33340E. Grayscale: #CFCFCF. Windows color (decimal): -3355663 or 15846348. OLE color: 15846348.
HSL color Cylindrical-coordinate representation of color #CCCBF1: hue angle of 241.58º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCBF1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 203 | 241 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.05 |
| HSL | 241.58º | 0.58% | 0.87% | - |
| HSV(B) | 241.58º | 0.16% | 0.95% | - |
| XYZ | 62.13 | 61.9 | 91.89 | - |
| YUV | 207.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 241 | 0.15 | 0.16 | 0 | 0.05 | 241.58 | 0.58 | 0.87 |
| Hex | CC | CB | F1 | F | 10 | 0 | 5 | F2 | 3A | 57 |
| Octal | 314 | 313 | 361 | 17 | 20 | 0 | 5 | 362 | 72 | 127 |
| Binary | 11001100 | 11001011 | 11110001 | 1111 | 10000 | 0 | 101 | 11110010 | 111010 | 1010111 |
Color Harmonies of #CCCBF1
Complementary color
Monochromatic Colors of #CCCBF1
Black with #CCCBF1
Text Example
Text Example
White with #CCCBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBF1; }
p { color: rgb(204,203,241); }
H1.HeaderClassName
{
color: #CCCBF1;
}
.AnyTagClassName
{
color: #CCCBF1;
}
</style>
background-color css
<style>
a { background-color: #CCCBF1; }
a { background-color: rgb(204,203,241); }
div.DivClassName
{
background-color: #CCCBF1;
}
.BgClassName
{
background-color: #CCCBF1;
}
</style>
border-color css
<style>
span { border-color: #CCCBF1; }
span { border-color: rgb(204,203,241); }
td.TdClassName
{
border-color: #CCCBF1;
}
.TagClassName
{
border-color: #CCCBF1;
}
</style>