Shades of Lavender Blue #CBCAEA
Tints of Lavender Blue #CBCAEA
RGB
CMYK
RGB Variations
Color information
#CBCAEA (or 0xCBCAEA) is known color: Lavender Blue. HEX triplet: CB, CA and EA. RGB value is (203,202,234). Sum of RGB (Red+Green+Blue) = 203+202+234=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBCAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAEA is #343515. Grayscale: #CDCDCD. Windows color (decimal): -3421462 or 15387339. OLE color: 15387339.
HSL color Cylindrical-coordinate representation of color #CBCAEA: hue angle of 241.88º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBCAEA is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 202 | 234 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.08 |
| HSL | 241.88º | 0.43% | 0.85% | - |
| HSV(B) | 241.88º | 0.14% | 0.92% | - |
| XYZ | 60.6 | 60.88 | 86.4 | - |
| YUV | 205.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 234 | 0.13 | 0.14 | 0 | 0.08 | 241.88 | 0.43 | 0.85 |
| Hex | CB | CA | EA | D | E | 0 | 8 | F2 | 2B | 55 |
| Octal | 313 | 312 | 352 | 15 | 16 | 0 | 10 | 362 | 53 | 125 |
| Binary | 11001011 | 11001010 | 11101010 | 1101 | 1110 | 0 | 1000 | 11110010 | 101011 | 1010101 |
Color Harmonies of #CBCAEA
Complementary color
Monochromatic Colors of #CBCAEA
Black with #CBCAEA
Text Example
Text Example
White with #CBCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCAEA; }
p { color: rgb(203,202,234); }
H1.HeaderClassName
{
color: #CBCAEA;
}
.AnyTagClassName
{
color: #CBCAEA;
}
</style>
background-color css
<style>
a { background-color: #CBCAEA; }
a { background-color: rgb(203,202,234); }
div.DivClassName
{
background-color: #CBCAEA;
}
.BgClassName
{
background-color: #CBCAEA;
}
</style>
border-color css
<style>
span { border-color: #CBCAEA; }
span { border-color: rgb(203,202,234); }
td.TdClassName
{
border-color: #CBCAEA;
}
.TagClassName
{
border-color: #CBCAEA;
}
</style>