Shades of Lavender Blue #CBC0FD
Tints of Lavender Blue #CBC0FD
RGB
CMYK
RGB Variations
Color information
#CBC0FD (or 0xCBC0FD) is known color: Lavender Blue. HEX triplet: CB, C0 and FD. RGB value is (203,192,253). Sum of RGB (Red+Green+Blue) = 203+192+253=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBC0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0FD is #343F02. Grayscale: #CACACA. Windows color (decimal): -3424003 or 16629963. OLE color: 16629963.
HSL color Cylindrical-coordinate representation of color #CBC0FD: hue angle of 250.82º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBC0FD is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 192 | 253 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.01 |
| HSL | 250.82º | 0.94% | 0.87% | - |
| HSV(B) | 250.82º | 0.24% | 0.99% | - |
| XYZ | 61.21 | 57.49 | 100.8 | - |
| YUV | 202.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 253 | 0.20 | 0.24 | 0 | 0.01 | 250.82 | 0.94 | 0.87 |
| Hex | CB | C0 | FD | 14 | 18 | 0 | 1 | FB | 5E | 57 |
| Octal | 313 | 300 | 375 | 24 | 30 | 0 | 1 | 373 | 136 | 127 |
| Binary | 11001011 | 11000000 | 11111101 | 10100 | 11000 | 0 | 1 | 11111011 | 1011110 | 1010111 |
Color Harmonies of #CBC0FD
Complementary color
Monochromatic Colors of #CBC0FD
Black with #CBC0FD
Text Example
Text Example
White with #CBC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0FD; }
p { color: rgb(203,192,253); }
H1.HeaderClassName
{
color: #CBC0FD;
}
.AnyTagClassName
{
color: #CBC0FD;
}
</style>
background-color css
<style>
a { background-color: #CBC0FD; }
a { background-color: rgb(203,192,253); }
div.DivClassName
{
background-color: #CBC0FD;
}
.BgClassName
{
background-color: #CBC0FD;
}
</style>
border-color css
<style>
span { border-color: #CBC0FD; }
span { border-color: rgb(203,192,253); }
td.TdClassName
{
border-color: #CBC0FD;
}
.TagClassName
{
border-color: #CBC0FD;
}
</style>