Shades of Lavender Grey #C4C5E6
Tints of Lavender Grey #C4C5E6
RGB
CMYK
RGB Variations
Color information
#C4C5E6 (or 0xC4C5E6) is known color: Lavender Grey. HEX triplet: C4, C5 and E6. RGB value is (196,197,230). Sum of RGB (Red+Green+Blue) = 196+197+230=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4C5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C5E6 is #3B3A19. Grayscale: #C8C8C8. Windows color (decimal): -3881498 or 15123908. OLE color: 15123908.
HSL color Cylindrical-coordinate representation of color #C4C5E6: hue angle of 238.24º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4C5E6 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 197 | 230 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.10 |
| HSL | 238.24º | 0.4% | 0.84% | - |
| HSV(B) | 238.24º | 0.15% | 0.9% | - |
| XYZ | 57.01 | 57.38 | 82.93 | - |
| YUV | 200.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 230 | 0.15 | 0.14 | 0 | 0.10 | 238.24 | 0.4 | 0.84 |
| Hex | C4 | C5 | E6 | F | E | 0 | A | EE | 28 | 54 |
| Octal | 304 | 305 | 346 | 17 | 16 | 0 | 12 | 356 | 50 | 124 |
| Binary | 11000100 | 11000101 | 11100110 | 1111 | 1110 | 0 | 1010 | 11101110 | 101000 | 1010100 |
Color Harmonies of #C4C5E6
Complementary color
Monochromatic Colors of #C4C5E6
Black with #C4C5E6
Text Example
Text Example
White with #C4C5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C5E6; }
p { color: rgb(196,197,230); }
H1.HeaderClassName
{
color: #C4C5E6;
}
.AnyTagClassName
{
color: #C4C5E6;
}
</style>
background-color css
<style>
a { background-color: #C4C5E6; }
a { background-color: rgb(196,197,230); }
div.DivClassName
{
background-color: #C4C5E6;
}
.BgClassName
{
background-color: #C4C5E6;
}
</style>
border-color css
<style>
span { border-color: #C4C5E6; }
span { border-color: rgb(196,197,230); }
td.TdClassName
{
border-color: #C4C5E6;
}
.TagClassName
{
border-color: #C4C5E6;
}
</style>