Shades of Lavender Blue #CBCAFE
Tints of Lavender Blue #CBCAFE
RGB
CMYK
RGB Variations
Color information
#CBCAFE (or 0xCBCAFE) is known color: Lavender Blue. HEX triplet: CB, CA and FE. RGB value is (203,202,254). Sum of RGB (Red+Green+Blue) = 203+202+254=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBCAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAFE is #343501. Grayscale: #D0D0D0. Windows color (decimal): -3421442 or 16698059. OLE color: 16698059.
HSL color Cylindrical-coordinate representation of color #CBCAFE: hue angle of 241.15º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBCAFE is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 202 | 254 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.00 |
| HSL | 241.15º | 0.96% | 0.89% | - |
| HSV(B) | 241.15º | 0.2% | 1% | - |
| XYZ | 63.64 | 62.09 | 102.4 | - |
| YUV | 208.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 254 | 0.20 | 0.20 | 0 | 0.00 | 241.15 | 0.96 | 0.89 |
| Hex | CB | CA | FE | 14 | 14 | 0 | 0 | F1 | 60 | 59 |
| Octal | 313 | 312 | 376 | 24 | 24 | 0 | 0 | 361 | 140 | 131 |
| Binary | 11001011 | 11001010 | 11111110 | 10100 | 10100 | 0 | 0 | 11110001 | 1100000 | 1011001 |
Color Harmonies of #CBCAFE
Complementary color
Monochromatic Colors of #CBCAFE
Black with #CBCAFE
Text Example
Text Example
White with #CBCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCAFE; }
p { color: rgb(203,202,254); }
H1.HeaderClassName
{
color: #CBCAFE;
}
.AnyTagClassName
{
color: #CBCAFE;
}
</style>
background-color css
<style>
a { background-color: #CBCAFE; }
a { background-color: rgb(203,202,254); }
div.DivClassName
{
background-color: #CBCAFE;
}
.BgClassName
{
background-color: #CBCAFE;
}
</style>
border-color css
<style>
span { border-color: #CBCAFE; }
span { border-color: rgb(203,202,254); }
td.TdClassName
{
border-color: #CBCAFE;
}
.TagClassName
{
border-color: #CBCAFE;
}
</style>