Shades of Lavender Blue #C3CFFD
Tints of Lavender Blue #C3CFFD
RGB
CMYK
RGB Variations
Color information
#C3CFFD (or 0xC3CFFD) is known color: Lavender Blue. HEX triplet: C3, CF and FD. RGB value is (195,207,253). Sum of RGB (Red+Green+Blue) = 195+207+253=655 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.77% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CFFD is #3C3002. Grayscale: #D0D0D0. Windows color (decimal): -3944451 or 16633795. OLE color: 16633795.
HSL color Cylindrical-coordinate representation of color #C3CFFD: hue angle of 227.59º 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 #C3CFFD is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 207 | 253 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.01 |
| HSL | 227.59º | 0.94% | 0.88% | - |
| HSV(B) | 227.59º | 0.23% | 0.99% | - |
| XYZ | 62.55 | 63.32 | 101.85 | - |
| YUV | 208.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 253 | 0.23 | 0.18 | 0 | 0.01 | 227.59 | 0.94 | 0.88 |
| Hex | C3 | CF | FD | 17 | 12 | 0 | 1 | E4 | 5E | 58 |
| Octal | 303 | 317 | 375 | 27 | 22 | 0 | 1 | 344 | 136 | 130 |
| Binary | 11000011 | 11001111 | 11111101 | 10111 | 10010 | 0 | 1 | 11100100 | 1011110 | 1011000 |
Color Harmonies of #C3CFFD
Complementary color
Monochromatic Colors of #C3CFFD
Black with #C3CFFD
Text Example
Text Example
White with #C3CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFFD; }
p { color: rgb(195,207,253); }
H1.HeaderClassName
{
color: #C3CFFD;
}
.AnyTagClassName
{
color: #C3CFFD;
}
</style>
background-color css
<style>
a { background-color: #C3CFFD; }
a { background-color: rgb(195,207,253); }
div.DivClassName
{
background-color: #C3CFFD;
}
.BgClassName
{
background-color: #C3CFFD;
}
</style>
border-color css
<style>
span { border-color: #C3CFFD; }
span { border-color: rgb(195,207,253); }
td.TdClassName
{
border-color: #C3CFFD;
}
.TagClassName
{
border-color: #C3CFFD;
}
</style>