Shades of Lavender Blue #C8CBFA
Tints of Lavender Blue #C8CBFA
RGB
CMYK
RGB Variations
Color information
#C8CBFA (or 0xC8CBFA) is known color: Lavender Blue. HEX triplet: C8, CB and FA. RGB value is (200,203,250). Sum of RGB (Red+Green+Blue) = 200+203+250=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CBFA is #373405. Grayscale: #CFCFCF. Windows color (decimal): -3617798 or 16436168. OLE color: 16436168.
HSL color Cylindrical-coordinate representation of color #C8CBFA: hue angle of 236.4º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8CBFA is Cyan = 0.2, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 203 | 250 | - |
| CMYK | 0.2 | 0.19 | 0 | 0.02 |
| HSL | 236.4º | 0.83% | 0.88% | - |
| HSV(B) | 236.4º | 0.2% | 0.98% | - |
| XYZ | 62.43 | 61.89 | 99.1 | - |
| YUV | 207.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 250 | 0.2 | 0.19 | 0 | 0.02 | 236.4 | 0.83 | 0.88 |
| Hex | C8 | CB | FA | 14 | 13 | 0 | 2 | EC | 53 | 58 |
| Octal | 310 | 313 | 372 | 24 | 23 | 0 | 2 | 354 | 123 | 130 |
| Binary | 11001000 | 11001011 | 11111010 | 10100 | 10011 | 0 | 10 | 11101100 | 1010011 | 1011000 |
Color Harmonies of #C8CBFA
Complementary color
Monochromatic Colors of #C8CBFA
Black with #C8CBFA
Text Example
Text Example
White with #C8CBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBFA; }
p { color: rgb(200,203,250); }
H1.HeaderClassName
{
color: #C8CBFA;
}
.AnyTagClassName
{
color: #C8CBFA;
}
</style>
background-color css
<style>
a { background-color: #C8CBFA; }
a { background-color: rgb(200,203,250); }
div.DivClassName
{
background-color: #C8CBFA;
}
.BgClassName
{
background-color: #C8CBFA;
}
</style>
border-color css
<style>
span { border-color: #C8CBFA; }
span { border-color: rgb(200,203,250); }
td.TdClassName
{
border-color: #C8CBFA;
}
.TagClassName
{
border-color: #C8CBFA;
}
</style>