Shades of Lavender Blue #C2B8FD
Tints of Lavender Blue #C2B8FD
RGB
CMYK
RGB Variations
Color information
#C2B8FD (or 0xC2B8FD) is known color: Lavender Blue. HEX triplet: C2, B8 and FD. RGB value is (194,184,253). Sum of RGB (Red+Green+Blue) = 194+184+253=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2B8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B8FD is #3D4702. Grayscale: #C2C2C2. Windows color (decimal): -4015875 or 16627906. OLE color: 16627906.
HSL color Cylindrical-coordinate representation of color #C2B8FD: hue angle of 248.7º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2B8FD is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 184 | 253 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.01 |
| HSL | 248.7º | 0.95% | 0.86% | - |
| HSV(B) | 248.7º | 0.27% | 0.99% | - |
| XYZ | 57.12 | 52.84 | 100.12 | - |
| YUV | 194.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 253 | 0.23 | 0.27 | 0 | 0.01 | 248.7 | 0.95 | 0.86 |
| Hex | C2 | B8 | FD | 17 | 1B | 0 | 1 | F9 | 5F | 56 |
| Octal | 302 | 270 | 375 | 27 | 33 | 0 | 1 | 371 | 137 | 126 |
| Binary | 11000010 | 10111000 | 11111101 | 10111 | 11011 | 0 | 1 | 11111001 | 1011111 | 1010110 |
Color Harmonies of #C2B8FD
Complementary color
Monochromatic Colors of #C2B8FD
Black with #C2B8FD
Text Example
Text Example
White with #C2B8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B8FD; }
p { color: rgb(194,184,253); }
H1.HeaderClassName
{
color: #C2B8FD;
}
.AnyTagClassName
{
color: #C2B8FD;
}
</style>
background-color css
<style>
a { background-color: #C2B8FD; }
a { background-color: rgb(194,184,253); }
div.DivClassName
{
background-color: #C2B8FD;
}
.BgClassName
{
background-color: #C2B8FD;
}
</style>
border-color css
<style>
span { border-color: #C2B8FD; }
span { border-color: rgb(194,184,253); }
td.TdClassName
{
border-color: #C2B8FD;
}
.TagClassName
{
border-color: #C2B8FD;
}
</style>