Shades of Lavender Blue #CBC1F3
Tints of Lavender Blue #CBC1F3
RGB
CMYK
RGB Variations
Color information
#CBC1F3 (or 0xCBC1F3) is known color: Lavender Blue. HEX triplet: CB, C1 and F3. RGB value is (203,193,243). Sum of RGB (Red+Green+Blue) = 203+193+243=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBC1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC1F3 is #343E0C. Grayscale: #C9C9C9. Windows color (decimal): -3423757 or 15974859. OLE color: 15974859.
HSL color Cylindrical-coordinate representation of color #CBC1F3: hue angle of 252º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC1F3 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 193 | 243 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.05 |
| HSL | 252º | 0.68% | 0.85% | - |
| HSV(B) | 252º | 0.21% | 0.95% | - |
| XYZ | 59.88 | 57.31 | 92.7 | - |
| YUV | 201.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 243 | 0.16 | 0.21 | 0 | 0.05 | 252 | 0.68 | 0.85 |
| Hex | CB | C1 | F3 | 10 | 15 | 0 | 5 | FC | 44 | 55 |
| Octal | 313 | 301 | 363 | 20 | 25 | 0 | 5 | 374 | 104 | 125 |
| Binary | 11001011 | 11000001 | 11110011 | 10000 | 10101 | 0 | 101 | 11111100 | 1000100 | 1010101 |
Color Harmonies of #CBC1F3
Complementary color
Monochromatic Colors of #CBC1F3
Black with #CBC1F3
Text Example
Text Example
White with #CBC1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1F3; }
p { color: rgb(203,193,243); }
H1.HeaderClassName
{
color: #CBC1F3;
}
.AnyTagClassName
{
color: #CBC1F3;
}
</style>
background-color css
<style>
a { background-color: #CBC1F3; }
a { background-color: rgb(203,193,243); }
div.DivClassName
{
background-color: #CBC1F3;
}
.BgClassName
{
background-color: #CBC1F3;
}
</style>
border-color css
<style>
span { border-color: #CBC1F3; }
span { border-color: rgb(203,193,243); }
td.TdClassName
{
border-color: #CBC1F3;
}
.TagClassName
{
border-color: #CBC1F3;
}
</style>