Shades of Lavender Blue #CBC2FE
Tints of Lavender Blue #CBC2FE
RGB
CMYK
RGB Variations
Color information
#CBC2FE (or 0xCBC2FE) is known color: Lavender Blue. HEX triplet: CB, C2 and FE. RGB value is (203,194,254). Sum of RGB (Red+Green+Blue) = 203+194+254=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2FE is #343D01. Grayscale: #CBCBCB. Windows color (decimal): -3423490 or 16696011. OLE color: 16696011.
HSL color Cylindrical-coordinate representation of color #CBC2FE: hue angle of 249º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBC2FE is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 194 | 254 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.00 |
| HSL | 249º | 0.97% | 0.88% | - |
| HSV(B) | 249º | 0.24% | 1% | - |
| XYZ | 61.81 | 58.44 | 101.79 | - |
| YUV | 203.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 254 | 0.20 | 0.24 | 0 | 0.00 | 249 | 0.97 | 0.88 |
| Hex | CB | C2 | FE | 14 | 18 | 0 | 0 | F9 | 61 | 58 |
| Octal | 313 | 302 | 376 | 24 | 30 | 0 | 0 | 371 | 141 | 130 |
| Binary | 11001011 | 11000010 | 11111110 | 10100 | 11000 | 0 | 0 | 11111001 | 1100001 | 1011000 |
Color Harmonies of #CBC2FE
Complementary color
Monochromatic Colors of #CBC2FE
Black with #CBC2FE
Text Example
Text Example
White with #CBC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2FE; }
p { color: rgb(203,194,254); }
H1.HeaderClassName
{
color: #CBC2FE;
}
.AnyTagClassName
{
color: #CBC2FE;
}
</style>
background-color css
<style>
a { background-color: #CBC2FE; }
a { background-color: rgb(203,194,254); }
div.DivClassName
{
background-color: #CBC2FE;
}
.BgClassName
{
background-color: #CBC2FE;
}
</style>
border-color css
<style>
span { border-color: #CBC2FE; }
span { border-color: rgb(203,194,254); }
td.TdClassName
{
border-color: #CBC2FE;
}
.TagClassName
{
border-color: #CBC2FE;
}
</style>