Shades of Lavender Blue #C5BEFD
Tints of Lavender Blue #C5BEFD
RGB
CMYK
RGB Variations
Color information
#C5BEFD (or 0xC5BEFD) is known color: Lavender Blue. HEX triplet: C5, BE and FD. RGB value is (197,190,253). Sum of RGB (Red+Green+Blue) = 197+190+253=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEFD is #3A4102. Grayscale: #C7C7C7. Windows color (decimal): -3817731 or 16629445. OLE color: 16629445.
HSL color Cylindrical-coordinate representation of color #C5BEFD: hue angle of 246.67º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5BEFD is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 190 | 253 | - |
CMYK | 0.22 | 0.25 | 0 | 0.01 |
HSL | 246.67º | 0.94% | 0.87% | - |
HSV(B) | 246.67º | 0.25% | 0.99% | - |
XYZ | 59.17 | 55.79 | 100.58 | - |
YUV | 199.28 | 158.32 | 126.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 190 | 253 | 0.22 | 0.25 | 0 | 0.01 | 246.67 | 0.94 | 0.87 |
Hex | C5 | BE | FD | 16 | 19 | 0 | 1 | F7 | 5E | 57 |
Octal | 305 | 276 | 375 | 26 | 31 | 0 | 1 | 367 | 136 | 127 |
Binary | 11000101 | 10111110 | 11111101 | 10110 | 11001 | 0 | 1 | 11110111 | 1011110 | 1010111 |
Color Harmonies of #C5BEFD
Complementary color
Monochromatic Colors of #C5BEFD
Black with #C5BEFD
Text Example
Text Example
White with #C5BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEFD; }
p { color: rgb(197,190,253); }
H1.HeaderClassName
{
color: #C5BEFD;
}
.AnyTagClassName
{
color: #C5BEFD;
}
</style>
background-color css
<style>
a { background-color: #C5BEFD; }
a { background-color: rgb(197,190,253); }
div.DivClassName
{
background-color: #C5BEFD;
}
.BgClassName
{
background-color: #C5BEFD;
}
</style>
border-color css
<style>
span { border-color: #C5BEFD; }
span { border-color: rgb(197,190,253); }
td.TdClassName
{
border-color: #C5BEFD;
}
.TagClassName
{
border-color: #C5BEFD;
}
</style>