Shades of Lavender Blue #C8CBFF
Tints of Lavender Blue #C8CBFF
RGB
CMYK
RGB Variations
Color information
#C8CBFF (or 0xC8CBFF) is known color: Lavender Blue. HEX triplet: C8, CB and FF. RGB value is (200,203,255). Sum of RGB (Red+Green+Blue) = 200+203+255=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CBFF is #373400. Grayscale: #CFCFCF. Windows color (decimal): -3617793 or 16763848. OLE color: 16763848.
HSL color Cylindrical-coordinate representation of color #C8CBFF: hue angle of 236.73º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8CBFF is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 203 | 255 | - |
| CMYK | 0.22 | 0.20 | 0 | 0 |
| HSL | 236.73º | 1% | 0.89% | - |
| HSV(B) | 236.73º | 0.22% | 1% | - |
| XYZ | 63.23 | 62.21 | 103.28 | - |
| YUV | 208.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 255 | 0.22 | 0.20 | 0 | 0 | 236.73 | 1 | 0.89 |
| Hex | C8 | CB | FF | 16 | 14 | 0 | 0 | ED | 64 | 59 |
| Octal | 310 | 313 | 377 | 26 | 24 | 0 | 0 | 355 | 144 | 131 |
| Binary | 11001000 | 11001011 | 11111111 | 10110 | 10100 | 0 | 0 | 11101101 | 1100100 | 1011001 |
Color Harmonies of #C8CBFF
Complementary color
Monochromatic Colors of #C8CBFF
Black with #C8CBFF
Text Example
Text Example
White with #C8CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBFF; }
p { color: rgb(200,203,255); }
H1.HeaderClassName
{
color: #C8CBFF;
}
.AnyTagClassName
{
color: #C8CBFF;
}
</style>
background-color css
<style>
a { background-color: #C8CBFF; }
a { background-color: rgb(200,203,255); }
div.DivClassName
{
background-color: #C8CBFF;
}
.BgClassName
{
background-color: #C8CBFF;
}
</style>
border-color css
<style>
span { border-color: #C8CBFF; }
span { border-color: rgb(200,203,255); }
td.TdClassName
{
border-color: #C8CBFF;
}
.TagClassName
{
border-color: #C8CBFF;
}
</style>