Shades of Lavender Blue #CCC8EB
Tints of Lavender Blue #CCC8EB
RGB
CMYK
RGB Variations
Color information
#CCC8EB (or 0xCCC8EB) is known color: Lavender Blue. HEX triplet: CC, C8 and EB. RGB value is (204,200,235). Sum of RGB (Red+Green+Blue) = 204+200+235=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8EB is #333714. Grayscale: #CDCDCD. Windows color (decimal): -3356437 or 15452364. OLE color: 15452364.
HSL color Cylindrical-coordinate representation of color #CCC8EB: hue angle of 246.86º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC8EB is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 200 | 235 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.08 |
| HSL | 246.86º | 0.47% | 0.85% | - |
| HSV(B) | 246.86º | 0.15% | 0.92% | - |
| XYZ | 60.55 | 60.14 | 87.01 | - |
| YUV | 205.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 235 | 0.13 | 0.15 | 0 | 0.08 | 246.86 | 0.47 | 0.85 |
| Hex | CC | C8 | EB | D | F | 0 | 8 | F7 | 2F | 55 |
| Octal | 314 | 310 | 353 | 15 | 17 | 0 | 10 | 367 | 57 | 125 |
| Binary | 11001100 | 11001000 | 11101011 | 1101 | 1111 | 0 | 1000 | 11110111 | 101111 | 1010101 |
Color Harmonies of #CCC8EB
Complementary color
Monochromatic Colors of #CCC8EB
Black with #CCC8EB
Text Example
Text Example
White with #CCC8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8EB; }
p { color: rgb(204,200,235); }
H1.HeaderClassName
{
color: #CCC8EB;
}
.AnyTagClassName
{
color: #CCC8EB;
}
</style>
background-color css
<style>
a { background-color: #CCC8EB; }
a { background-color: rgb(204,200,235); }
div.DivClassName
{
background-color: #CCC8EB;
}
.BgClassName
{
background-color: #CCC8EB;
}
</style>
border-color css
<style>
span { border-color: #CCC8EB; }
span { border-color: rgb(204,200,235); }
td.TdClassName
{
border-color: #CCC8EB;
}
.TagClassName
{
border-color: #CCC8EB;
}
</style>