Shades of Lavender Blue #CCC7FB
Tints of Lavender Blue #CCC7FB
RGB
CMYK
RGB Variations
Color information
#CCC7FB (or 0xCCC7FB) is known color: Lavender Blue. HEX triplet: CC, C7 and FB. RGB value is (204,199,251). Sum of RGB (Red+Green+Blue) = 204+199+251=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCC7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7FB is #333804. Grayscale: #CECECE. Windows color (decimal): -3356677 or 16500684. OLE color: 16500684.
HSL color Cylindrical-coordinate representation of color #CCC7FB: hue angle of 245.77º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC7FB is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 199 | 251 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.02 |
| HSL | 245.77º | 0.87% | 0.88% | - |
| HSV(B) | 245.77º | 0.21% | 0.98% | - |
| XYZ | 62.74 | 60.65 | 99.67 | - |
| YUV | 206.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 251 | 0.19 | 0.21 | 0 | 0.02 | 245.77 | 0.87 | 0.88 |
| Hex | CC | C7 | FB | 13 | 15 | 0 | 2 | F6 | 57 | 58 |
| Octal | 314 | 307 | 373 | 23 | 25 | 0 | 2 | 366 | 127 | 130 |
| Binary | 11001100 | 11000111 | 11111011 | 10011 | 10101 | 0 | 10 | 11110110 | 1010111 | 1011000 |
Color Harmonies of #CCC7FB
Complementary color
Monochromatic Colors of #CCC7FB
Black with #CCC7FB
Text Example
Text Example
White with #CCC7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7FB; }
p { color: rgb(204,199,251); }
H1.HeaderClassName
{
color: #CCC7FB;
}
.AnyTagClassName
{
color: #CCC7FB;
}
</style>
background-color css
<style>
a { background-color: #CCC7FB; }
a { background-color: rgb(204,199,251); }
div.DivClassName
{
background-color: #CCC7FB;
}
.BgClassName
{
background-color: #CCC7FB;
}
</style>
border-color css
<style>
span { border-color: #CCC7FB; }
span { border-color: rgb(204,199,251); }
td.TdClassName
{
border-color: #CCC7FB;
}
.TagClassName
{
border-color: #CCC7FB;
}
</style>