Shades of Lavender Blue #CCC7EC
Tints of Lavender Blue #CCC7EC
RGB
CMYK
RGB Variations
Color information
#CCC7EC (or 0xCCC7EC) is known color: Lavender Blue. HEX triplet: CC, C7 and EC. RGB value is (204,199,236). Sum of RGB (Red+Green+Blue) = 204+199+236=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7EC is #333813. Grayscale: #CCCCCC. Windows color (decimal): -3356692 or 15517644. OLE color: 15517644.
HSL color Cylindrical-coordinate representation of color #CCC7EC: hue angle of 248.11º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC7EC is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 199 | 236 | - |
CMYK | 0.14 | 0.16 | 0 | 0.07 |
HSL | 248.11º | 0.49% | 0.85% | - |
HSV(B) | 248.11º | 0.16% | 0.93% | - |
XYZ | 60.47 | 59.74 | 87.7 | - |
YUV | 204.71 | 145.66 | 127.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 199 | 236 | 0.14 | 0.16 | 0 | 0.07 | 248.11 | 0.49 | 0.85 |
Hex | CC | C7 | EC | E | 10 | 0 | 7 | F8 | 31 | 55 |
Octal | 314 | 307 | 354 | 16 | 20 | 0 | 7 | 370 | 61 | 125 |
Binary | 11001100 | 11000111 | 11101100 | 1110 | 10000 | 0 | 111 | 11111000 | 110001 | 1010101 |
Color Harmonies of #CCC7EC
Complementary color
Monochromatic Colors of #CCC7EC
Black with #CCC7EC
Text Example
Text Example
White with #CCC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7EC; }
p { color: rgb(204,199,236); }
H1.HeaderClassName
{
color: #CCC7EC;
}
.AnyTagClassName
{
color: #CCC7EC;
}
</style>
background-color css
<style>
a { background-color: #CCC7EC; }
a { background-color: rgb(204,199,236); }
div.DivClassName
{
background-color: #CCC7EC;
}
.BgClassName
{
background-color: #CCC7EC;
}
</style>
border-color css
<style>
span { border-color: #CCC7EC; }
span { border-color: rgb(204,199,236); }
td.TdClassName
{
border-color: #CCC7EC;
}
.TagClassName
{
border-color: #CCC7EC;
}
</style>