Shades of Lavender Blue #CCC1FB
Tints of Lavender Blue #CCC1FB
RGB
CMYK
RGB Variations
Color information
#CCC1FB (or 0xCCC1FB) is known color: Lavender Blue. HEX triplet: CC, C1 and FB. RGB value is (204,193,251). Sum of RGB (Red+Green+Blue) = 204+193+251=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCC1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1FB is #333E04. Grayscale: #CACACA. Windows color (decimal): -3358213 or 16499148. OLE color: 16499148.
HSL color Cylindrical-coordinate representation of color #CCC1FB: hue angle of 251.38º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC1FB is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 193 | 251 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.02 |
| HSL | 251.38º | 0.88% | 0.87% | - |
| HSV(B) | 251.38º | 0.23% | 0.98% | - |
| XYZ | 61.38 | 57.94 | 99.22 | - |
| YUV | 202.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 251 | 0.19 | 0.23 | 0 | 0.02 | 251.38 | 0.88 | 0.87 |
| Hex | CC | C1 | FB | 13 | 17 | 0 | 2 | FB | 58 | 57 |
| Octal | 314 | 301 | 373 | 23 | 27 | 0 | 2 | 373 | 130 | 127 |
| Binary | 11001100 | 11000001 | 11111011 | 10011 | 10111 | 0 | 10 | 11111011 | 1011000 | 1010111 |
Color Harmonies of #CCC1FB
Complementary color
Monochromatic Colors of #CCC1FB
Black with #CCC1FB
Text Example
Text Example
White with #CCC1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1FB; }
p { color: rgb(204,193,251); }
H1.HeaderClassName
{
color: #CCC1FB;
}
.AnyTagClassName
{
color: #CCC1FB;
}
</style>
background-color css
<style>
a { background-color: #CCC1FB; }
a { background-color: rgb(204,193,251); }
div.DivClassName
{
background-color: #CCC1FB;
}
.BgClassName
{
background-color: #CCC1FB;
}
</style>
border-color css
<style>
span { border-color: #CCC1FB; }
span { border-color: rgb(204,193,251); }
td.TdClassName
{
border-color: #CCC1FB;
}
.TagClassName
{
border-color: #CCC1FB;
}
</style>