Shades of Lavender Blue #CBC8FE
Tints of Lavender Blue #CBC8FE
RGB
CMYK
RGB Variations
Color information
#CBC8FE (or 0xCBC8FE) is known color: Lavender Blue. HEX triplet: CB, C8 and FE. RGB value is (203,200,254). Sum of RGB (Red+Green+Blue) = 203+200+254=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBC8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC8FE is #343701. Grayscale: #CECECE. Windows color (decimal): -3421954 or 16697547. OLE color: 16697547.
HSL color Cylindrical-coordinate representation of color #CBC8FE: hue angle of 243.33º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC8FE is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 200 | 254 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.00 |
| HSL | 243.33º | 0.96% | 0.89% | - |
| HSV(B) | 243.33º | 0.21% | 1% | - |
| XYZ | 63.17 | 61.16 | 102.24 | - |
| YUV | 207.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 254 | 0.20 | 0.21 | 0 | 0.00 | 243.33 | 0.96 | 0.89 |
| Hex | CB | C8 | FE | 14 | 15 | 0 | 0 | F3 | 60 | 59 |
| Octal | 313 | 310 | 376 | 24 | 25 | 0 | 0 | 363 | 140 | 131 |
| Binary | 11001011 | 11001000 | 11111110 | 10100 | 10101 | 0 | 0 | 11110011 | 1100000 | 1011001 |
Color Harmonies of #CBC8FE
Complementary color
Monochromatic Colors of #CBC8FE
Black with #CBC8FE
Text Example
Text Example
White with #CBC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8FE; }
p { color: rgb(203,200,254); }
H1.HeaderClassName
{
color: #CBC8FE;
}
.AnyTagClassName
{
color: #CBC8FE;
}
</style>
background-color css
<style>
a { background-color: #CBC8FE; }
a { background-color: rgb(203,200,254); }
div.DivClassName
{
background-color: #CBC8FE;
}
.BgClassName
{
background-color: #CBC8FE;
}
</style>
border-color css
<style>
span { border-color: #CBC8FE; }
span { border-color: rgb(203,200,254); }
td.TdClassName
{
border-color: #CBC8FE;
}
.TagClassName
{
border-color: #CBC8FE;
}
</style>