Shades of Lavender Blue #CBCEFE
Tints of Lavender Blue #CBCEFE
RGB
CMYK
RGB Variations
Color information
#CBCEFE (or 0xCBCEFE) is known color: Lavender Blue. HEX triplet: CB, CE and FE. RGB value is (203,206,254). Sum of RGB (Red+Green+Blue) = 203+206+254=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBCEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEFE is #343101. Grayscale: #D2D2D2. Windows color (decimal): -3420418 or 16699083. OLE color: 16699083.
HSL color Cylindrical-coordinate representation of color #CBCEFE: hue angle of 236.47º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBCEFE is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 206 | 254 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.00 |
| HSL | 236.47º | 0.96% | 0.9% | - |
| HSV(B) | 236.47º | 0.2% | 1% | - |
| XYZ | 64.59 | 63.99 | 102.71 | - |
| YUV | 210.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 254 | 0.20 | 0.19 | 0 | 0.00 | 236.47 | 0.96 | 0.9 |
| Hex | CB | CE | FE | 14 | 13 | 0 | 0 | EC | 60 | 5A |
| Octal | 313 | 316 | 376 | 24 | 23 | 0 | 0 | 354 | 140 | 132 |
| Binary | 11001011 | 11001110 | 11111110 | 10100 | 10011 | 0 | 0 | 11101100 | 1100000 | 1011010 |
Color Harmonies of #CBCEFE
Complementary color
Monochromatic Colors of #CBCEFE
Black with #CBCEFE
Text Example
Text Example
White with #CBCEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEFE; }
p { color: rgb(203,206,254); }
H1.HeaderClassName
{
color: #CBCEFE;
}
.AnyTagClassName
{
color: #CBCEFE;
}
</style>
background-color css
<style>
a { background-color: #CBCEFE; }
a { background-color: rgb(203,206,254); }
div.DivClassName
{
background-color: #CBCEFE;
}
.BgClassName
{
background-color: #CBCEFE;
}
</style>
border-color css
<style>
span { border-color: #CBCEFE; }
span { border-color: rgb(203,206,254); }
td.TdClassName
{
border-color: #CBCEFE;
}
.TagClassName
{
border-color: #CBCEFE;
}
</style>