Shades of Lavender Blue #CBCAE8
Tints of Lavender Blue #CBCAE8
RGB
CMYK
RGB Variations
Color information
#CBCAE8 (or 0xCBCAE8) is known color: Lavender Blue. HEX triplet: CB, CA and E8. RGB value is (203,202,232). Sum of RGB (Red+Green+Blue) = 203+202+232=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBCAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAE8 is #343517. Grayscale: #CDCDCD. Windows color (decimal): -3421464 or 15256267. OLE color: 15256267.
HSL color Cylindrical-coordinate representation of color #CBCAE8: hue angle of 242º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBCAE8 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 202 | 232 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.09 |
| HSL | 242º | 0.39% | 0.85% | - |
| HSV(B) | 242º | 0.13% | 0.91% | - |
| XYZ | 60.31 | 60.76 | 84.89 | - |
| YUV | 205.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 232 | 0.12 | 0.13 | 0 | 0.09 | 242 | 0.39 | 0.85 |
| Hex | CB | CA | E8 | C | D | 0 | 9 | F2 | 27 | 55 |
| Octal | 313 | 312 | 350 | 14 | 15 | 0 | 11 | 362 | 47 | 125 |
| Binary | 11001011 | 11001010 | 11101000 | 1100 | 1101 | 0 | 1001 | 11110010 | 100111 | 1010101 |
Color Harmonies of #CBCAE8
Complementary color
Monochromatic Colors of #CBCAE8
Black with #CBCAE8
Text Example
Text Example
White with #CBCAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCAE8; }
p { color: rgb(203,202,232); }
H1.HeaderClassName
{
color: #CBCAE8;
}
.AnyTagClassName
{
color: #CBCAE8;
}
</style>
background-color css
<style>
a { background-color: #CBCAE8; }
a { background-color: rgb(203,202,232); }
div.DivClassName
{
background-color: #CBCAE8;
}
.BgClassName
{
background-color: #CBCAE8;
}
</style>
border-color css
<style>
span { border-color: #CBCAE8; }
span { border-color: rgb(203,202,232); }
td.TdClassName
{
border-color: #CBCAE8;
}
.TagClassName
{
border-color: #CBCAE8;
}
</style>