Shades of Lavender Blue #CBC2FF
Tints of Lavender Blue #CBC2FF
RGB
CMYK
RGB Variations
Color information
#CBC2FF (or 0xCBC2FF) is known color: Lavender Blue. HEX triplet: CB, C2 and FF. RGB value is (203,194,255). Sum of RGB (Red+Green+Blue) = 203+194+255=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2FF is #343D00. Grayscale: #CBCBCB. Windows color (decimal): -3423489 or 16761547. OLE color: 16761547.
HSL color Cylindrical-coordinate representation of color #CBC2FF: hue angle of 248.85º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBC2FF is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 194 | 255 | - |
| CMYK | 0.20 | 0.24 | 0 | 0 |
| HSL | 248.85º | 1% | 0.88% | - |
| HSV(B) | 248.85º | 0.24% | 1% | - |
| XYZ | 61.97 | 58.5 | 102.63 | - |
| YUV | 203.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 255 | 0.20 | 0.24 | 0 | 0 | 248.85 | 1 | 0.88 |
| Hex | CB | C2 | FF | 14 | 18 | 0 | 0 | F9 | 64 | 58 |
| Octal | 313 | 302 | 377 | 24 | 30 | 0 | 0 | 371 | 144 | 130 |
| Binary | 11001011 | 11000010 | 11111111 | 10100 | 11000 | 0 | 0 | 11111001 | 1100100 | 1011000 |
Color Harmonies of #CBC2FF
Complementary color
Monochromatic Colors of #CBC2FF
Black with #CBC2FF
Text Example
Text Example
White with #CBC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2FF; }
p { color: rgb(203,194,255); }
H1.HeaderClassName
{
color: #CBC2FF;
}
.AnyTagClassName
{
color: #CBC2FF;
}
</style>
background-color css
<style>
a { background-color: #CBC2FF; }
a { background-color: rgb(203,194,255); }
div.DivClassName
{
background-color: #CBC2FF;
}
.BgClassName
{
background-color: #CBC2FF;
}
</style>
border-color css
<style>
span { border-color: #CBC2FF; }
span { border-color: rgb(203,194,255); }
td.TdClassName
{
border-color: #CBC2FF;
}
.TagClassName
{
border-color: #CBC2FF;
}
</style>