Shades of Lavender Blue #CCC7ED
Tints of Lavender Blue #CCC7ED
RGB
CMYK
RGB Variations
Color information
#CCC7ED (or 0xCCC7ED) is known color: Lavender Blue. HEX triplet: CC, C7 and ED. RGB value is (204,199,237). Sum of RGB (Red+Green+Blue) = 204+199+237=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7ED is #333812. Grayscale: #CCCCCC. Windows color (decimal): -3356691 or 15583180. OLE color: 15583180.
HSL color Cylindrical-coordinate representation of color #CCC7ED: hue angle of 247.89º degrees, saturation: 0.51, 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 #CCC7ED is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 199 | 237 | - |
CMYK | 0.14 | 0.16 | 0 | 0.07 |
HSL | 247.89º | 0.51% | 0.85% | - |
HSV(B) | 247.89º | 0.16% | 0.93% | - |
XYZ | 60.61 | 59.8 | 88.47 | - |
YUV | 204.83 | 146.16 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 199 | 237 | 0.14 | 0.16 | 0 | 0.07 | 247.89 | 0.51 | 0.85 |
Hex | CC | C7 | ED | E | 10 | 0 | 7 | F8 | 33 | 55 |
Octal | 314 | 307 | 355 | 16 | 20 | 0 | 7 | 370 | 63 | 125 |
Binary | 11001100 | 11000111 | 11101101 | 1110 | 10000 | 0 | 111 | 11111000 | 110011 | 1010101 |
Color Harmonies of #CCC7ED
Complementary color
Monochromatic Colors of #CCC7ED
Black with #CCC7ED
Text Example
Text Example
White with #CCC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7ED; }
p { color: rgb(204,199,237); }
H1.HeaderClassName
{
color: #CCC7ED;
}
.AnyTagClassName
{
color: #CCC7ED;
}
</style>
background-color css
<style>
a { background-color: #CCC7ED; }
a { background-color: rgb(204,199,237); }
div.DivClassName
{
background-color: #CCC7ED;
}
.BgClassName
{
background-color: #CCC7ED;
}
</style>
border-color css
<style>
span { border-color: #CCC7ED; }
span { border-color: rgb(204,199,237); }
td.TdClassName
{
border-color: #CCC7ED;
}
.TagClassName
{
border-color: #CCC7ED;
}
</style>