Shades of Lavender Blue #CCC8ED
Tints of Lavender Blue #CCC8ED
RGB
CMYK
RGB Variations
Color information
#CCC8ED (or 0xCCC8ED) is known color: Lavender Blue. HEX triplet: CC, C8 and ED. RGB value is (204,200,237). Sum of RGB (Red+Green+Blue) = 204+200+237=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8ED is #333712. Grayscale: #CDCDCD. Windows color (decimal): -3356435 or 15583436. OLE color: 15583436.
HSL color Cylindrical-coordinate representation of color #CCC8ED: hue angle of 246.49º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC8ED is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 200 | 237 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.07 |
| HSL | 246.49º | 0.51% | 0.86% | - |
| HSV(B) | 246.49º | 0.16% | 0.93% | - |
| XYZ | 60.84 | 60.26 | 88.55 | - |
| YUV | 205.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 237 | 0.14 | 0.16 | 0 | 0.07 | 246.49 | 0.51 | 0.86 |
| Hex | CC | C8 | ED | E | 10 | 0 | 7 | F6 | 33 | 56 |
| Octal | 314 | 310 | 355 | 16 | 20 | 0 | 7 | 366 | 63 | 126 |
| Binary | 11001100 | 11001000 | 11101101 | 1110 | 10000 | 0 | 111 | 11110110 | 110011 | 1010110 |
Color Harmonies of #CCC8ED
Complementary color
Monochromatic Colors of #CCC8ED
Black with #CCC8ED
Text Example
Text Example
White with #CCC8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8ED; }
p { color: rgb(204,200,237); }
H1.HeaderClassName
{
color: #CCC8ED;
}
.AnyTagClassName
{
color: #CCC8ED;
}
</style>
background-color css
<style>
a { background-color: #CCC8ED; }
a { background-color: rgb(204,200,237); }
div.DivClassName
{
background-color: #CCC8ED;
}
.BgClassName
{
background-color: #CCC8ED;
}
</style>
border-color css
<style>
span { border-color: #CCC8ED; }
span { border-color: rgb(204,200,237); }
td.TdClassName
{
border-color: #CCC8ED;
}
.TagClassName
{
border-color: #CCC8ED;
}
</style>