Shades of Lavender Blue #C2C1FD
Tints of Lavender Blue #C2C1FD
RGB
CMYK
RGB Variations
Color information
#C2C1FD (or 0xC2C1FD) is known color: Lavender Blue. HEX triplet: C2, C1 and FD. RGB value is (194,193,253). Sum of RGB (Red+Green+Blue) = 194+193+253=640 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.31% from 640); Green value is 193 (75.78% from 255 or 30.16% 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 #C2C1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C1FD is #3D3E02. Grayscale: #C7C7C7. Windows color (decimal): -4013571 or 16630210. OLE color: 16630210.
HSL color Cylindrical-coordinate representation of color #C2C1FD: hue angle of 241º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2C1FD is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 193 | 253 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.01 |
| HSL | 241º | 0.94% | 0.87% | - |
| HSV(B) | 241º | 0.24% | 0.99% | - |
| XYZ | 59.05 | 56.7 | 100.76 | - |
| YUV | 200.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 253 | 0.23 | 0.24 | 0 | 0.01 | 241 | 0.94 | 0.87 |
| Hex | C2 | C1 | FD | 17 | 18 | 0 | 1 | F1 | 5E | 57 |
| Octal | 302 | 301 | 375 | 27 | 30 | 0 | 1 | 361 | 136 | 127 |
| Binary | 11000010 | 11000001 | 11111101 | 10111 | 11000 | 0 | 1 | 11110001 | 1011110 | 1010111 |
Color Harmonies of #C2C1FD
Complementary color
Monochromatic Colors of #C2C1FD
Black with #C2C1FD
Text Example
Text Example
White with #C2C1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C1FD; }
p { color: rgb(194,193,253); }
H1.HeaderClassName
{
color: #C2C1FD;
}
.AnyTagClassName
{
color: #C2C1FD;
}
</style>
background-color css
<style>
a { background-color: #C2C1FD; }
a { background-color: rgb(194,193,253); }
div.DivClassName
{
background-color: #C2C1FD;
}
.BgClassName
{
background-color: #C2C1FD;
}
</style>
border-color css
<style>
span { border-color: #C2C1FD; }
span { border-color: rgb(194,193,253); }
td.TdClassName
{
border-color: #C2C1FD;
}
.TagClassName
{
border-color: #C2C1FD;
}
</style>