Shades of Lavender Blue #C1CBFE
Tints of Lavender Blue #C1CBFE
RGB
CMYK
RGB Variations
Color information
#C1CBFE (or 0xC1CBFE) is known color: Lavender Blue. HEX triplet: C1, CB and FE. RGB value is (193,203,254). Sum of RGB (Red+Green+Blue) = 193+203+254=650 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.69% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBFE is #3E3401. Grayscale: #CDCDCD. Windows color (decimal): -4076546 or 16698305. OLE color: 16698305.
HSL color Cylindrical-coordinate representation of color #C1CBFE: hue angle of 230.16º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1CBFE is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 203 | 254 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.00 |
| HSL | 230.16º | 0.97% | 0.88% | - |
| HSV(B) | 230.16º | 0.24% | 1% | - |
| XYZ | 61.24 | 61.21 | 102.35 | - |
| YUV | 205.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 254 | 0.24 | 0.20 | 0 | 0.00 | 230.16 | 0.97 | 0.88 |
| Hex | C1 | CB | FE | 18 | 14 | 0 | 0 | E6 | 61 | 58 |
| Octal | 301 | 313 | 376 | 30 | 24 | 0 | 0 | 346 | 141 | 130 |
| Binary | 11000001 | 11001011 | 11111110 | 11000 | 10100 | 0 | 0 | 11100110 | 1100001 | 1011000 |
Color Harmonies of #C1CBFE
Complementary color
Monochromatic Colors of #C1CBFE
Black with #C1CBFE
Text Example
Text Example
White with #C1CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBFE; }
p { color: rgb(193,203,254); }
H1.HeaderClassName
{
color: #C1CBFE;
}
.AnyTagClassName
{
color: #C1CBFE;
}
</style>
background-color css
<style>
a { background-color: #C1CBFE; }
a { background-color: rgb(193,203,254); }
div.DivClassName
{
background-color: #C1CBFE;
}
.BgClassName
{
background-color: #C1CBFE;
}
</style>
border-color css
<style>
span { border-color: #C1CBFE; }
span { border-color: rgb(193,203,254); }
td.TdClassName
{
border-color: #C1CBFE;
}
.TagClassName
{
border-color: #C1CBFE;
}
</style>