Shades of Lavender Blue #CBD5FE
Tints of Lavender Blue #CBD5FE
RGB
CMYK
RGB Variations
Color information
#CBD5FE (or 0xCBD5FE) is known color: Lavender Blue. HEX triplet: CB, D5 and FE. RGB value is (203,213,254). Sum of RGB (Red+Green+Blue) = 203+213+254=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBD5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD5FE is #342A01. Grayscale: #D6D6D6. Windows color (decimal): -3418626 or 16700875. OLE color: 16700875.
HSL color Cylindrical-coordinate representation of color #CBD5FE: hue angle of 228.24º 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 #CBD5FE is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 213 | 254 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.00 |
| HSL | 228.24º | 0.96% | 0.9% | - |
| HSV(B) | 228.24º | 0.2% | 1% | - |
| XYZ | 66.31 | 67.44 | 103.29 | - |
| YUV | 214.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 254 | 0.20 | 0.16 | 0 | 0.00 | 228.24 | 0.96 | 0.9 |
| Hex | CB | D5 | FE | 14 | 10 | 0 | 0 | E4 | 60 | 5A |
| Octal | 313 | 325 | 376 | 24 | 20 | 0 | 0 | 344 | 140 | 132 |
| Binary | 11001011 | 11010101 | 11111110 | 10100 | 10000 | 0 | 0 | 11100100 | 1100000 | 1011010 |
Color Harmonies of #CBD5FE
Complementary color
Monochromatic Colors of #CBD5FE
Black with #CBD5FE
Text Example
Text Example
White with #CBD5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5FE; }
p { color: rgb(203,213,254); }
H1.HeaderClassName
{
color: #CBD5FE;
}
.AnyTagClassName
{
color: #CBD5FE;
}
</style>
background-color css
<style>
a { background-color: #CBD5FE; }
a { background-color: rgb(203,213,254); }
div.DivClassName
{
background-color: #CBD5FE;
}
.BgClassName
{
background-color: #CBD5FE;
}
</style>
border-color css
<style>
span { border-color: #CBD5FE; }
span { border-color: rgb(203,213,254); }
td.TdClassName
{
border-color: #CBD5FE;
}
.TagClassName
{
border-color: #CBD5FE;
}
</style>