Shades of Lavender Blue #C5CBFD
Tints of Lavender Blue #C5CBFD
RGB
CMYK
RGB Variations
Color information
#C5CBFD (or 0xC5CBFD) is known color: Lavender Blue. HEX triplet: C5, CB and FD. RGB value is (197,203,253). Sum of RGB (Red+Green+Blue) = 197+203+253=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CBFD is #3A3402. Grayscale: #CECECE. Windows color (decimal): -3814403 or 16632773. OLE color: 16632773.
HSL color Cylindrical-coordinate representation of color #C5CBFD: hue angle of 233.57º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5CBFD is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 203 | 253 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.01 |
| HSL | 233.57º | 0.93% | 0.88% | - |
| HSV(B) | 233.57º | 0.22% | 0.99% | - |
| XYZ | 62.11 | 61.67 | 101.56 | - |
| YUV | 206.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 253 | 0.22 | 0.20 | 0 | 0.01 | 233.57 | 0.93 | 0.88 |
| Hex | C5 | CB | FD | 16 | 14 | 0 | 1 | EA | 5D | 58 |
| Octal | 305 | 313 | 375 | 26 | 24 | 0 | 1 | 352 | 135 | 130 |
| Binary | 11000101 | 11001011 | 11111101 | 10110 | 10100 | 0 | 1 | 11101010 | 1011101 | 1011000 |
Color Harmonies of #C5CBFD
Complementary color
Monochromatic Colors of #C5CBFD
Black with #C5CBFD
Text Example
Text Example
White with #C5CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBFD; }
p { color: rgb(197,203,253); }
H1.HeaderClassName
{
color: #C5CBFD;
}
.AnyTagClassName
{
color: #C5CBFD;
}
</style>
background-color css
<style>
a { background-color: #C5CBFD; }
a { background-color: rgb(197,203,253); }
div.DivClassName
{
background-color: #C5CBFD;
}
.BgClassName
{
background-color: #C5CBFD;
}
</style>
border-color css
<style>
span { border-color: #C5CBFD; }
span { border-color: rgb(197,203,253); }
td.TdClassName
{
border-color: #C5CBFD;
}
.TagClassName
{
border-color: #C5CBFD;
}
</style>