Shades of Lavender Blue #CBC0F7
Tints of Lavender Blue #CBC0F7
RGB
CMYK
RGB Variations
Color information
#CBC0F7 (or 0xCBC0F7) is known color: Lavender Blue. HEX triplet: CB, C0 and F7. RGB value is (203,192,247). Sum of RGB (Red+Green+Blue) = 203+192+247=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 192 (75.39% from 255 or 29.91% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBC0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0F7 is #343F08. Grayscale: #C9C9C9. Windows color (decimal): -3424009 or 16236747. OLE color: 16236747.
HSL color Cylindrical-coordinate representation of color #CBC0F7: hue angle of 252º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBC0F7 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 192 | 247 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.03 |
| HSL | 252º | 0.77% | 0.86% | - |
| HSV(B) | 252º | 0.22% | 0.97% | - |
| XYZ | 60.27 | 57.11 | 95.84 | - |
| YUV | 201.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 247 | 0.18 | 0.22 | 0 | 0.03 | 252 | 0.77 | 0.86 |
| Hex | CB | C0 | F7 | 12 | 16 | 0 | 3 | FC | 4D | 56 |
| Octal | 313 | 300 | 367 | 22 | 26 | 0 | 3 | 374 | 115 | 126 |
| Binary | 11001011 | 11000000 | 11110111 | 10010 | 10110 | 0 | 11 | 11111100 | 1001101 | 1010110 |
Color Harmonies of #CBC0F7
Complementary color
Monochromatic Colors of #CBC0F7
Black with #CBC0F7
Text Example
Text Example
White with #CBC0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0F7; }
p { color: rgb(203,192,247); }
H1.HeaderClassName
{
color: #CBC0F7;
}
.AnyTagClassName
{
color: #CBC0F7;
}
</style>
background-color css
<style>
a { background-color: #CBC0F7; }
a { background-color: rgb(203,192,247); }
div.DivClassName
{
background-color: #CBC0F7;
}
.BgClassName
{
background-color: #CBC0F7;
}
</style>
border-color css
<style>
span { border-color: #CBC0F7; }
span { border-color: rgb(203,192,247); }
td.TdClassName
{
border-color: #CBC0F7;
}
.TagClassName
{
border-color: #CBC0F7;
}
</style>