Shades of Lavender Blue #C2BEFD
Tints of Lavender Blue #C2BEFD
RGB
CMYK
RGB Variations
Color information
#C2BEFD (or 0xC2BEFD) is known color: Lavender Blue. HEX triplet: C2, BE and FD. RGB value is (194,190,253). Sum of RGB (Red+Green+Blue) = 194+190+253=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEFD is #3D4102. Grayscale: #C6C6C6. Windows color (decimal): -4014339 or 16629442. OLE color: 16629442.
HSL color Cylindrical-coordinate representation of color #C2BEFD: hue angle of 243.81º 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 #C2BEFD is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 190 | 253 | - |
CMYK | 0.23 | 0.25 | 0 | 0.01 |
HSL | 243.81º | 0.94% | 0.87% | - |
HSV(B) | 243.81º | 0.25% | 0.99% | - |
XYZ | 58.39 | 55.39 | 100.54 | - |
YUV | 198.38 | 158.83 | 124.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 190 | 253 | 0.23 | 0.25 | 0 | 0.01 | 243.81 | 0.94 | 0.87 |
Hex | C2 | BE | FD | 17 | 19 | 0 | 1 | F4 | 5E | 57 |
Octal | 302 | 276 | 375 | 27 | 31 | 0 | 1 | 364 | 136 | 127 |
Binary | 11000010 | 10111110 | 11111101 | 10111 | 11001 | 0 | 1 | 11110100 | 1011110 | 1010111 |
Color Harmonies of #C2BEFD
Complementary color
Monochromatic Colors of #C2BEFD
Black with #C2BEFD
Text Example
Text Example
White with #C2BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEFD; }
p { color: rgb(194,190,253); }
H1.HeaderClassName
{
color: #C2BEFD;
}
.AnyTagClassName
{
color: #C2BEFD;
}
</style>
background-color css
<style>
a { background-color: #C2BEFD; }
a { background-color: rgb(194,190,253); }
div.DivClassName
{
background-color: #C2BEFD;
}
.BgClassName
{
background-color: #C2BEFD;
}
</style>
border-color css
<style>
span { border-color: #C2BEFD; }
span { border-color: rgb(194,190,253); }
td.TdClassName
{
border-color: #C2BEFD;
}
.TagClassName
{
border-color: #C2BEFD;
}
</style>