Shades of Lavender Blue #CBCEFD
Tints of Lavender Blue #CBCEFD
RGB
CMYK
RGB Variations
Color information
#CBCEFD (or 0xCBCEFD) is known color: Lavender Blue. HEX triplet: CB, CE and FD. RGB value is (203,206,253). Sum of RGB (Red+Green+Blue) = 203+206+253=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEFD is #343102. Grayscale: #D2D2D2. Windows color (decimal): -3420419 or 16633547. OLE color: 16633547.
HSL color Cylindrical-coordinate representation of color #CBCEFD: hue angle of 236.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBCEFD is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 206 | 253 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.01 |
| HSL | 236.4º | 0.93% | 0.89% | - |
| HSV(B) | 236.4º | 0.2% | 0.99% | - |
| XYZ | 64.43 | 63.93 | 101.87 | - |
| YUV | 210.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 253 | 0.20 | 0.19 | 0 | 0.01 | 236.4 | 0.93 | 0.89 |
| Hex | CB | CE | FD | 14 | 13 | 0 | 1 | EC | 5D | 59 |
| Octal | 313 | 316 | 375 | 24 | 23 | 0 | 1 | 354 | 135 | 131 |
| Binary | 11001011 | 11001110 | 11111101 | 10100 | 10011 | 0 | 1 | 11101100 | 1011101 | 1011001 |
Color Harmonies of #CBCEFD
Complementary color
Monochromatic Colors of #CBCEFD
Black with #CBCEFD
Text Example
Text Example
White with #CBCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEFD; }
p { color: rgb(203,206,253); }
H1.HeaderClassName
{
color: #CBCEFD;
}
.AnyTagClassName
{
color: #CBCEFD;
}
</style>
background-color css
<style>
a { background-color: #CBCEFD; }
a { background-color: rgb(203,206,253); }
div.DivClassName
{
background-color: #CBCEFD;
}
.BgClassName
{
background-color: #CBCEFD;
}
</style>
border-color css
<style>
span { border-color: #CBCEFD; }
span { border-color: rgb(203,206,253); }
td.TdClassName
{
border-color: #CBCEFD;
}
.TagClassName
{
border-color: #CBCEFD;
}
</style>