Shades of Lavender Blue #CCC7EF
Tints of Lavender Blue #CCC7EF
RGB
CMYK
RGB Variations
Color information
#CCC7EF (or 0xCCC7EF) is known color: Lavender Blue. HEX triplet: CC, C7 and EF. RGB value is (204,199,239). Sum of RGB (Red+Green+Blue) = 204+199+239=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7EF is #333810. Grayscale: #CCCCCC. Windows color (decimal): -3356689 or 15714252. OLE color: 15714252.
HSL color Cylindrical-coordinate representation of color #CCC7EF: hue angle of 247.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC7EF is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 199 | 239 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.06 |
| HSL | 247.5º | 0.56% | 0.86% | - |
| HSV(B) | 247.5º | 0.17% | 0.94% | - |
| XYZ | 60.91 | 59.92 | 90.02 | - |
| YUV | 205.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 239 | 0.15 | 0.17 | 0 | 0.06 | 247.5 | 0.56 | 0.86 |
| Hex | CC | C7 | EF | F | 11 | 0 | 6 | F8 | 38 | 56 |
| Octal | 314 | 307 | 357 | 17 | 21 | 0 | 6 | 370 | 70 | 126 |
| Binary | 11001100 | 11000111 | 11101111 | 1111 | 10001 | 0 | 110 | 11111000 | 111000 | 1010110 |
Color Harmonies of #CCC7EF
Complementary color
Monochromatic Colors of #CCC7EF
Black with #CCC7EF
Text Example
Text Example
White with #CCC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7EF; }
p { color: rgb(204,199,239); }
H1.HeaderClassName
{
color: #CCC7EF;
}
.AnyTagClassName
{
color: #CCC7EF;
}
</style>
background-color css
<style>
a { background-color: #CCC7EF; }
a { background-color: rgb(204,199,239); }
div.DivClassName
{
background-color: #CCC7EF;
}
.BgClassName
{
background-color: #CCC7EF;
}
</style>
border-color css
<style>
span { border-color: #CCC7EF; }
span { border-color: rgb(204,199,239); }
td.TdClassName
{
border-color: #CCC7EF;
}
.TagClassName
{
border-color: #CCC7EF;
}
</style>