Shades of Lavender Blue #CBC0F8
Tints of Lavender Blue #CBC0F8
RGB
CMYK
RGB Variations
Color information
#CBC0F8 (or 0xCBC0F8) is known color: Lavender Blue. HEX triplet: CB, C0 and F8. RGB value is (203,192,248). Sum of RGB (Red+Green+Blue) = 203+192+248=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBC0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0F8 is #343F07. Grayscale: #C9C9C9. Windows color (decimal): -3424008 or 16302283. OLE color: 16302283.
HSL color Cylindrical-coordinate representation of color #CBC0F8: hue angle of 251.79º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC0F8 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 192 | 248 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.03 |
| HSL | 251.79º | 0.8% | 0.86% | - |
| HSV(B) | 251.79º | 0.23% | 0.97% | - |
| XYZ | 60.42 | 57.17 | 96.66 | - |
| YUV | 201.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 248 | 0.18 | 0.23 | 0 | 0.03 | 251.79 | 0.8 | 0.86 |
| Hex | CB | C0 | F8 | 12 | 17 | 0 | 3 | FC | 50 | 56 |
| Octal | 313 | 300 | 370 | 22 | 27 | 0 | 3 | 374 | 120 | 126 |
| Binary | 11001011 | 11000000 | 11111000 | 10010 | 10111 | 0 | 11 | 11111100 | 1010000 | 1010110 |
Color Harmonies of #CBC0F8
Complementary color
Monochromatic Colors of #CBC0F8
Black with #CBC0F8
Text Example
Text Example
White with #CBC0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0F8; }
p { color: rgb(203,192,248); }
H1.HeaderClassName
{
color: #CBC0F8;
}
.AnyTagClassName
{
color: #CBC0F8;
}
</style>
background-color css
<style>
a { background-color: #CBC0F8; }
a { background-color: rgb(203,192,248); }
div.DivClassName
{
background-color: #CBC0F8;
}
.BgClassName
{
background-color: #CBC0F8;
}
</style>
border-color css
<style>
span { border-color: #CBC0F8; }
span { border-color: rgb(203,192,248); }
td.TdClassName
{
border-color: #CBC0F8;
}
.TagClassName
{
border-color: #CBC0F8;
}
</style>