Shades of Lavender Blue #C8CBFD
Tints of Lavender Blue #C8CBFD
RGB
CMYK
RGB Variations
Color information
#C8CBFD (or 0xC8CBFD) is known color: Lavender Blue. HEX triplet: C8, CB and FD. RGB value is (200,203,253). Sum of RGB (Red+Green+Blue) = 200+203+253=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CBFD is #373402. Grayscale: #CFCFCF. Windows color (decimal): -3617795 or 16632776. OLE color: 16632776.
HSL color Cylindrical-coordinate representation of color #C8CBFD: hue angle of 236.6º degrees, saturation: 0.93, 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 #C8CBFD is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 203 | 253 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.01 |
| HSL | 236.6º | 0.93% | 0.89% | - |
| HSV(B) | 236.6º | 0.21% | 0.99% | - |
| XYZ | 62.9 | 62.08 | 101.6 | - |
| YUV | 207.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 253 | 0.21 | 0.20 | 0 | 0.01 | 236.6 | 0.93 | 0.89 |
| Hex | C8 | CB | FD | 15 | 14 | 0 | 1 | ED | 5D | 59 |
| Octal | 310 | 313 | 375 | 25 | 24 | 0 | 1 | 355 | 135 | 131 |
| Binary | 11001000 | 11001011 | 11111101 | 10101 | 10100 | 0 | 1 | 11101101 | 1011101 | 1011001 |
Color Harmonies of #C8CBFD
Complementary color
Monochromatic Colors of #C8CBFD
Black with #C8CBFD
Text Example
Text Example
White with #C8CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBFD; }
p { color: rgb(200,203,253); }
H1.HeaderClassName
{
color: #C8CBFD;
}
.AnyTagClassName
{
color: #C8CBFD;
}
</style>
background-color css
<style>
a { background-color: #C8CBFD; }
a { background-color: rgb(200,203,253); }
div.DivClassName
{
background-color: #C8CBFD;
}
.BgClassName
{
background-color: #C8CBFD;
}
</style>
border-color css
<style>
span { border-color: #C8CBFD; }
span { border-color: rgb(200,203,253); }
td.TdClassName
{
border-color: #C8CBFD;
}
.TagClassName
{
border-color: #C8CBFD;
}
</style>