Shades of Lavender Blue #C9CBFE
Tints of Lavender Blue #C9CBFE
RGB
CMYK
RGB Variations
Color information
#C9CBFE (or 0xC9CBFE) is known color: Lavender Blue. HEX triplet: C9, CB and FE. RGB value is (201,203,254). Sum of RGB (Red+Green+Blue) = 201+203+254=658 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.55% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBFE is #363401. Grayscale: #D0D0D0. Windows color (decimal): -3552258 or 16698313. OLE color: 16698313.
HSL color Cylindrical-coordinate representation of color #C9CBFE: hue angle of 237.74º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9CBFE is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 203 | 254 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.00 |
| HSL | 237.74º | 0.96% | 0.89% | - |
| HSV(B) | 237.74º | 0.21% | 1% | - |
| XYZ | 63.33 | 62.29 | 102.45 | - |
| YUV | 208.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 254 | 0.21 | 0.20 | 0 | 0.00 | 237.74 | 0.96 | 0.89 |
| Hex | C9 | CB | FE | 15 | 14 | 0 | 0 | EE | 60 | 59 |
| Octal | 311 | 313 | 376 | 25 | 24 | 0 | 0 | 356 | 140 | 131 |
| Binary | 11001001 | 11001011 | 11111110 | 10101 | 10100 | 0 | 0 | 11101110 | 1100000 | 1011001 |
Color Harmonies of #C9CBFE
Complementary color
Monochromatic Colors of #C9CBFE
Black with #C9CBFE
Text Example
Text Example
White with #C9CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBFE; }
p { color: rgb(201,203,254); }
H1.HeaderClassName
{
color: #C9CBFE;
}
.AnyTagClassName
{
color: #C9CBFE;
}
</style>
background-color css
<style>
a { background-color: #C9CBFE; }
a { background-color: rgb(201,203,254); }
div.DivClassName
{
background-color: #C9CBFE;
}
.BgClassName
{
background-color: #C9CBFE;
}
</style>
border-color css
<style>
span { border-color: #C9CBFE; }
span { border-color: rgb(201,203,254); }
td.TdClassName
{
border-color: #C9CBFE;
}
.TagClassName
{
border-color: #C9CBFE;
}
</style>