Shades of Lavender Blue #C4C5ED
Tints of Lavender Blue #C4C5ED
RGB
CMYK
RGB Variations
Color information
#C4C5ED (or 0xC4C5ED) is known color: Lavender Blue. HEX triplet: C4, C5 and ED. RGB value is (196,197,237). Sum of RGB (Red+Green+Blue) = 196+197+237=630 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.11% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4C5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C5ED is #3B3A12. Grayscale: #C9C9C9. Windows color (decimal): -3881491 or 15582660. OLE color: 15582660.
HSL color Cylindrical-coordinate representation of color #C4C5ED: hue angle of 238.54º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4C5ED is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 197 | 237 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.07 |
| HSL | 238.54º | 0.53% | 0.85% | - |
| HSV(B) | 238.54º | 0.17% | 0.93% | - |
| XYZ | 58.02 | 57.78 | 88.22 | - |
| YUV | 201.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 237 | 0.17 | 0.17 | 0 | 0.07 | 238.54 | 0.53 | 0.85 |
| Hex | C4 | C5 | ED | 11 | 11 | 0 | 7 | EF | 35 | 55 |
| Octal | 304 | 305 | 355 | 21 | 21 | 0 | 7 | 357 | 65 | 125 |
| Binary | 11000100 | 11000101 | 11101101 | 10001 | 10001 | 0 | 111 | 11101111 | 110101 | 1010101 |
Color Harmonies of #C4C5ED
Complementary color
Monochromatic Colors of #C4C5ED
Black with #C4C5ED
Text Example
Text Example
White with #C4C5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C5ED; }
p { color: rgb(196,197,237); }
H1.HeaderClassName
{
color: #C4C5ED;
}
.AnyTagClassName
{
color: #C4C5ED;
}
</style>
background-color css
<style>
a { background-color: #C4C5ED; }
a { background-color: rgb(196,197,237); }
div.DivClassName
{
background-color: #C4C5ED;
}
.BgClassName
{
background-color: #C4C5ED;
}
</style>
border-color css
<style>
span { border-color: #C4C5ED; }
span { border-color: rgb(196,197,237); }
td.TdClassName
{
border-color: #C4C5ED;
}
.TagClassName
{
border-color: #C4C5ED;
}
</style>