Shades of Lavender Blue #C8CBFC
Tints of Lavender Blue #C8CBFC
RGB
CMYK
RGB Variations
Color information
#C8CBFC (or 0xC8CBFC) is known color: Lavender Blue. HEX triplet: C8, CB and FC. RGB value is (200,203,252). Sum of RGB (Red+Green+Blue) = 200+203+252=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CBFC is #373403. Grayscale: #CFCFCF. Windows color (decimal): -3617796 or 16567240. OLE color: 16567240.
HSL color Cylindrical-coordinate representation of color #C8CBFC: hue angle of 236.54º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8CBFC is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 203 | 252 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.01 |
| HSL | 236.54º | 0.9% | 0.89% | - |
| HSV(B) | 236.54º | 0.21% | 0.99% | - |
| XYZ | 62.75 | 62.02 | 100.76 | - |
| YUV | 207.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 252 | 0.21 | 0.19 | 0 | 0.01 | 236.54 | 0.9 | 0.89 |
| Hex | C8 | CB | FC | 15 | 13 | 0 | 1 | ED | 5A | 59 |
| Octal | 310 | 313 | 374 | 25 | 23 | 0 | 1 | 355 | 132 | 131 |
| Binary | 11001000 | 11001011 | 11111100 | 10101 | 10011 | 0 | 1 | 11101101 | 1011010 | 1011001 |
Color Harmonies of #C8CBFC
Complementary color
Monochromatic Colors of #C8CBFC
Black with #C8CBFC
Text Example
Text Example
White with #C8CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBFC; }
p { color: rgb(200,203,252); }
H1.HeaderClassName
{
color: #C8CBFC;
}
.AnyTagClassName
{
color: #C8CBFC;
}
</style>
background-color css
<style>
a { background-color: #C8CBFC; }
a { background-color: rgb(200,203,252); }
div.DivClassName
{
background-color: #C8CBFC;
}
.BgClassName
{
background-color: #C8CBFC;
}
</style>
border-color css
<style>
span { border-color: #C8CBFC; }
span { border-color: rgb(200,203,252); }
td.TdClassName
{
border-color: #C8CBFC;
}
.TagClassName
{
border-color: #C8CBFC;
}
</style>