Shades of Lavender Blue #CBC8FF
Tints of Lavender Blue #CBC8FF
RGB
CMYK
RGB Variations
Color information
#CBC8FF (or 0xCBC8FF) is known color: Lavender Blue. HEX triplet: CB, C8 and FF. RGB value is (203,200,255). Sum of RGB (Red+Green+Blue) = 203+200+255=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC8FF is #343700. Grayscale: #CECECE. Windows color (decimal): -3421953 or 16763083. OLE color: 16763083.
HSL color Cylindrical-coordinate representation of color #CBC8FF: hue angle of 243.27º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBC8FF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 200 | 255 | - |
| CMYK | 0.20 | 0.22 | 0 | 0 |
| HSL | 243.27º | 1% | 0.89% | - |
| HSV(B) | 243.27º | 0.22% | 1% | - |
| XYZ | 63.33 | 61.23 | 103.09 | - |
| YUV | 207.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 255 | 0.20 | 0.22 | 0 | 0 | 243.27 | 1 | 0.89 |
| Hex | CB | C8 | FF | 14 | 16 | 0 | 0 | F3 | 64 | 59 |
| Octal | 313 | 310 | 377 | 24 | 26 | 0 | 0 | 363 | 144 | 131 |
| Binary | 11001011 | 11001000 | 11111111 | 10100 | 10110 | 0 | 0 | 11110011 | 1100100 | 1011001 |
Color Harmonies of #CBC8FF
Complementary color
Monochromatic Colors of #CBC8FF
Black with #CBC8FF
Text Example
Text Example
White with #CBC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8FF; }
p { color: rgb(203,200,255); }
H1.HeaderClassName
{
color: #CBC8FF;
}
.AnyTagClassName
{
color: #CBC8FF;
}
</style>
background-color css
<style>
a { background-color: #CBC8FF; }
a { background-color: rgb(203,200,255); }
div.DivClassName
{
background-color: #CBC8FF;
}
.BgClassName
{
background-color: #CBC8FF;
}
</style>
border-color css
<style>
span { border-color: #CBC8FF; }
span { border-color: rgb(203,200,255); }
td.TdClassName
{
border-color: #CBC8FF;
}
.TagClassName
{
border-color: #CBC8FF;
}
</style>