Shades of Lavender Blue #C1CBFD
Tints of Lavender Blue #C1CBFD
RGB
CMYK
RGB Variations
Color information
#C1CBFD (or 0xC1CBFD) is known color: Lavender Blue. HEX triplet: C1, CB and FD. RGB value is (193,203,253). Sum of RGB (Red+Green+Blue) = 193+203+253=649 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.74% from 649); Green value is 203 (79.69% from 255 or 31.28% 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 #C1CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBFD is #3E3402. Grayscale: #CDCDCD. Windows color (decimal): -4076547 or 16632769. OLE color: 16632769.
HSL color Cylindrical-coordinate representation of color #C1CBFD: hue angle of 230º 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 #C1CBFD is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 203 | 253 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.01 |
| HSL | 230º | 0.94% | 0.87% | - |
| HSV(B) | 230º | 0.24% | 0.99% | - |
| XYZ | 61.08 | 61.14 | 101.51 | - |
| YUV | 205.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 253 | 0.24 | 0.20 | 0 | 0.01 | 230 | 0.94 | 0.87 |
| Hex | C1 | CB | FD | 18 | 14 | 0 | 1 | E6 | 5E | 57 |
| Octal | 301 | 313 | 375 | 30 | 24 | 0 | 1 | 346 | 136 | 127 |
| Binary | 11000001 | 11001011 | 11111101 | 11000 | 10100 | 0 | 1 | 11100110 | 1011110 | 1010111 |
Color Harmonies of #C1CBFD
Complementary color
Monochromatic Colors of #C1CBFD
Black with #C1CBFD
Text Example
Text Example
White with #C1CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBFD; }
p { color: rgb(193,203,253); }
H1.HeaderClassName
{
color: #C1CBFD;
}
.AnyTagClassName
{
color: #C1CBFD;
}
</style>
background-color css
<style>
a { background-color: #C1CBFD; }
a { background-color: rgb(193,203,253); }
div.DivClassName
{
background-color: #C1CBFD;
}
.BgClassName
{
background-color: #C1CBFD;
}
</style>
border-color css
<style>
span { border-color: #C1CBFD; }
span { border-color: rgb(193,203,253); }
td.TdClassName
{
border-color: #C1CBFD;
}
.TagClassName
{
border-color: #C1CBFD;
}
</style>