Shades of Lavender Blue #CCC7FF
Tints of Lavender Blue #CCC7FF
RGB
CMYK
RGB Variations
Color information
#CCC7FF (or 0xCCC7FF) is known color: Lavender Blue. HEX triplet: CC, C7 and FF. RGB value is (204,199,255). Sum of RGB (Red+Green+Blue) = 204+199+255=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7FF is #333800. Grayscale: #CECECE. Windows color (decimal): -3356673 or 16762828. OLE color: 16762828.
HSL color Cylindrical-coordinate representation of color #CCC7FF: hue angle of 245.36º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC7FF is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 199 | 255 | - |
| CMYK | 0.2 | 0.22 | 0 | 0 |
| HSL | 245.36º | 1% | 0.89% | - |
| HSV(B) | 245.36º | 0.22% | 1% | - |
| XYZ | 63.38 | 60.9 | 103.02 | - |
| YUV | 206.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 255 | 0.2 | 0.22 | 0 | 0 | 245.36 | 1 | 0.89 |
| Hex | CC | C7 | FF | 14 | 16 | 0 | 0 | F5 | 64 | 59 |
| Octal | 314 | 307 | 377 | 24 | 26 | 0 | 0 | 365 | 144 | 131 |
| Binary | 11001100 | 11000111 | 11111111 | 10100 | 10110 | 0 | 0 | 11110101 | 1100100 | 1011001 |
Color Harmonies of #CCC7FF
Complementary color
Monochromatic Colors of #CCC7FF
Black with #CCC7FF
Text Example
Text Example
White with #CCC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7FF; }
p { color: rgb(204,199,255); }
H1.HeaderClassName
{
color: #CCC7FF;
}
.AnyTagClassName
{
color: #CCC7FF;
}
</style>
background-color css
<style>
a { background-color: #CCC7FF; }
a { background-color: rgb(204,199,255); }
div.DivClassName
{
background-color: #CCC7FF;
}
.BgClassName
{
background-color: #CCC7FF;
}
</style>
border-color css
<style>
span { border-color: #CCC7FF; }
span { border-color: rgb(204,199,255); }
td.TdClassName
{
border-color: #CCC7FF;
}
.TagClassName
{
border-color: #CCC7FF;
}
</style>