Shades of Lavender Blue #CBD0FE
Tints of Lavender Blue #CBD0FE
RGB
CMYK
RGB Variations
Color information
#CBD0FE (or 0xCBD0FE) is known color: Lavender Blue. HEX triplet: CB, D0 and FE. RGB value is (203,208,254). Sum of RGB (Red+Green+Blue) = 203+208+254=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBD0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD0FE is #342F01. Grayscale: #D3D3D3. Windows color (decimal): -3419906 or 16699595. OLE color: 16699595.
HSL color Cylindrical-coordinate representation of color #CBD0FE: hue angle of 234.12º 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 #CBD0FE is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 208 | 254 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.00 |
| HSL | 234.12º | 0.96% | 0.9% | - |
| HSV(B) | 234.12º | 0.2% | 1% | - |
| XYZ | 65.07 | 64.96 | 102.88 | - |
| YUV | 211.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 254 | 0.20 | 0.18 | 0 | 0.00 | 234.12 | 0.96 | 0.9 |
| Hex | CB | D0 | FE | 14 | 12 | 0 | 0 | EA | 60 | 5A |
| Octal | 313 | 320 | 376 | 24 | 22 | 0 | 0 | 352 | 140 | 132 |
| Binary | 11001011 | 11010000 | 11111110 | 10100 | 10010 | 0 | 0 | 11101010 | 1100000 | 1011010 |
Color Harmonies of #CBD0FE
Complementary color
Monochromatic Colors of #CBD0FE
Black with #CBD0FE
Text Example
Text Example
White with #CBD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD0FE; }
p { color: rgb(203,208,254); }
H1.HeaderClassName
{
color: #CBD0FE;
}
.AnyTagClassName
{
color: #CBD0FE;
}
</style>
background-color css
<style>
a { background-color: #CBD0FE; }
a { background-color: rgb(203,208,254); }
div.DivClassName
{
background-color: #CBD0FE;
}
.BgClassName
{
background-color: #CBD0FE;
}
</style>
border-color css
<style>
span { border-color: #CBD0FE; }
span { border-color: rgb(203,208,254); }
td.TdClassName
{
border-color: #CBD0FE;
}
.TagClassName
{
border-color: #CBD0FE;
}
</style>