Shades of Lavender Blue #CBC5FD
Tints of Lavender Blue #CBC5FD
RGB
CMYK
RGB Variations
Color information
#CBC5FD (or 0xCBC5FD) is known color: Lavender Blue. HEX triplet: CB, C5 and FD. RGB value is (203,197,253). Sum of RGB (Red+Green+Blue) = 203+197+253=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 197 (77.34% from 255 or 30.17% 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 #CBC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5FD is #343A02. Grayscale: #CCCCCC. Windows color (decimal): -3422723 or 16631243. OLE color: 16631243.
HSL color Cylindrical-coordinate representation of color #CBC5FD: hue angle of 246.43º 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 #CBC5FD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 203 | 197 | 253 | - |
CMYK | 0.20 | 0.22 | 0 | 0.01 |
HSL | 246.43º | 0.93% | 0.88% | - |
HSV(B) | 246.43º | 0.22% | 0.99% | - |
XYZ | 62.32 | 59.72 | 101.17 | - |
YUV | 205.18 | 154.99 | 126.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 197 | 253 | 0.20 | 0.22 | 0 | 0.01 | 246.43 | 0.93 | 0.88 |
Hex | CB | C5 | FD | 14 | 16 | 0 | 1 | F6 | 5D | 58 |
Octal | 313 | 305 | 375 | 24 | 26 | 0 | 1 | 366 | 135 | 130 |
Binary | 11001011 | 11000101 | 11111101 | 10100 | 10110 | 0 | 1 | 11110110 | 1011101 | 1011000 |
Color Harmonies of #CBC5FD
Complementary color
Monochromatic Colors of #CBC5FD
Black with #CBC5FD
Text Example
Text Example
White with #CBC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5FD; }
p { color: rgb(203,197,253); }
H1.HeaderClassName
{
color: #CBC5FD;
}
.AnyTagClassName
{
color: #CBC5FD;
}
</style>
background-color css
<style>
a { background-color: #CBC5FD; }
a { background-color: rgb(203,197,253); }
div.DivClassName
{
background-color: #CBC5FD;
}
.BgClassName
{
background-color: #CBC5FD;
}
</style>
border-color css
<style>
span { border-color: #CBC5FD; }
span { border-color: rgb(203,197,253); }
td.TdClassName
{
border-color: #CBC5FD;
}
.TagClassName
{
border-color: #CBC5FD;
}
</style>