Shades of Lavender Blue #C1CCFD
Tints of Lavender Blue #C1CCFD
RGB
CMYK
RGB Variations
Color information
#C1CCFD (or 0xC1CCFD) is known color: Lavender Blue. HEX triplet: C1, CC and FD. RGB value is (193,204,253). Sum of RGB (Red+Green+Blue) = 193+204+253=650 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.69% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CCFD is #3E3302. Grayscale: #CECECE. Windows color (decimal): -4076291 or 16633025. OLE color: 16633025.
HSL color Cylindrical-coordinate representation of color #C1CCFD: hue angle of 229º 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 #C1CCFD is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 204 | 253 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.01 |
| HSL | 229º | 0.94% | 0.87% | - |
| HSV(B) | 229º | 0.24% | 0.99% | - |
| XYZ | 61.31 | 61.62 | 101.59 | - |
| YUV | 206.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 253 | 0.24 | 0.19 | 0 | 0.01 | 229 | 0.94 | 0.87 |
| Hex | C1 | CC | FD | 18 | 13 | 0 | 1 | E5 | 5E | 57 |
| Octal | 301 | 314 | 375 | 30 | 23 | 0 | 1 | 345 | 136 | 127 |
| Binary | 11000001 | 11001100 | 11111101 | 11000 | 10011 | 0 | 1 | 11100101 | 1011110 | 1010111 |
Color Harmonies of #C1CCFD
Complementary color
Monochromatic Colors of #C1CCFD
Black with #C1CCFD
Text Example
Text Example
White with #C1CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCFD; }
p { color: rgb(193,204,253); }
H1.HeaderClassName
{
color: #C1CCFD;
}
.AnyTagClassName
{
color: #C1CCFD;
}
</style>
background-color css
<style>
a { background-color: #C1CCFD; }
a { background-color: rgb(193,204,253); }
div.DivClassName
{
background-color: #C1CCFD;
}
.BgClassName
{
background-color: #C1CCFD;
}
</style>
border-color css
<style>
span { border-color: #C1CCFD; }
span { border-color: rgb(193,204,253); }
td.TdClassName
{
border-color: #C1CCFD;
}
.TagClassName
{
border-color: #C1CCFD;
}
</style>