Shades of Lavender Blue #CCC8E9
Tints of Lavender Blue #CCC8E9
RGB
CMYK
RGB Variations
Color information
#CCC8E9 (or 0xCCC8E9) is known color: Lavender Blue. HEX triplet: CC, C8 and E9. RGB value is (204,200,233). Sum of RGB (Red+Green+Blue) = 204+200+233=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8E9 is #333716. Grayscale: #CCCCCC. Windows color (decimal): -3356439 or 15321292. OLE color: 15321292.
HSL color Cylindrical-coordinate representation of color #CCC8E9: hue angle of 247.27º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC8E9 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 200 | 233 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.09 |
| HSL | 247.27º | 0.43% | 0.85% | - |
| HSV(B) | 247.27º | 0.14% | 0.91% | - |
| XYZ | 60.26 | 60.03 | 85.5 | - |
| YUV | 204.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 233 | 0.12 | 0.14 | 0 | 0.09 | 247.27 | 0.43 | 0.85 |
| Hex | CC | C8 | E9 | C | E | 0 | 9 | F7 | 2B | 55 |
| Octal | 314 | 310 | 351 | 14 | 16 | 0 | 11 | 367 | 53 | 125 |
| Binary | 11001100 | 11001000 | 11101001 | 1100 | 1110 | 0 | 1001 | 11110111 | 101011 | 1010101 |
Color Harmonies of #CCC8E9
Complementary color
Monochromatic Colors of #CCC8E9
Black with #CCC8E9
Text Example
Text Example
White with #CCC8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8E9; }
p { color: rgb(204,200,233); }
H1.HeaderClassName
{
color: #CCC8E9;
}
.AnyTagClassName
{
color: #CCC8E9;
}
</style>
background-color css
<style>
a { background-color: #CCC8E9; }
a { background-color: rgb(204,200,233); }
div.DivClassName
{
background-color: #CCC8E9;
}
.BgClassName
{
background-color: #CCC8E9;
}
</style>
border-color css
<style>
span { border-color: #CCC8E9; }
span { border-color: rgb(204,200,233); }
td.TdClassName
{
border-color: #CCC8E9;
}
.TagClassName
{
border-color: #CCC8E9;
}
</style>