Shades of Lavender Blue #C3C9FD
Tints of Lavender Blue #C3C9FD
RGB
CMYK
RGB Variations
Color information
#C3C9FD (or 0xC3C9FD) is known color: Lavender Blue. HEX triplet: C3, C9 and FD. RGB value is (195,201,253). Sum of RGB (Red+Green+Blue) = 195+201+253=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 201 (78.91% from 255 or 30.97% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3C9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C9FD is #3C3602. Grayscale: #CCCCCC. Windows color (decimal): -3945987 or 16632259. OLE color: 16632259.
HSL color Cylindrical-coordinate representation of color #C3C9FD: hue angle of 233.79º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3C9FD is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 201 | 253 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.01 |
| HSL | 233.79º | 0.94% | 0.88% | - |
| HSV(B) | 233.79º | 0.23% | 0.99% | - |
| XYZ | 61.12 | 60.47 | 101.38 | - |
| YUV | 205.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 253 | 0.23 | 0.21 | 0 | 0.01 | 233.79 | 0.94 | 0.88 |
| Hex | C3 | C9 | FD | 17 | 15 | 0 | 1 | EA | 5E | 58 |
| Octal | 303 | 311 | 375 | 27 | 25 | 0 | 1 | 352 | 136 | 130 |
| Binary | 11000011 | 11001001 | 11111101 | 10111 | 10101 | 0 | 1 | 11101010 | 1011110 | 1011000 |
Color Harmonies of #C3C9FD
Complementary color
Monochromatic Colors of #C3C9FD
Black with #C3C9FD
Text Example
Text Example
White with #C3C9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C9FD; }
p { color: rgb(195,201,253); }
H1.HeaderClassName
{
color: #C3C9FD;
}
.AnyTagClassName
{
color: #C3C9FD;
}
</style>
background-color css
<style>
a { background-color: #C3C9FD; }
a { background-color: rgb(195,201,253); }
div.DivClassName
{
background-color: #C3C9FD;
}
.BgClassName
{
background-color: #C3C9FD;
}
</style>
border-color css
<style>
span { border-color: #C3C9FD; }
span { border-color: rgb(195,201,253); }
td.TdClassName
{
border-color: #C3C9FD;
}
.TagClassName
{
border-color: #C3C9FD;
}
</style>