Shades of Lavender Blue #CBD0F3
Tints of Lavender Blue #CBD0F3
RGB
CMYK
RGB Variations
Color information
#CBD0F3 (or 0xCBD0F3) is known color: Lavender Blue. HEX triplet: CB, D0 and F3. RGB value is (203,208,243). Sum of RGB (Red+Green+Blue) = 203+208+243=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBD0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD0F3 is #342F0C. Grayscale: #D2D2D2. Windows color (decimal): -3419917 or 15978699. OLE color: 15978699.
HSL color Cylindrical-coordinate representation of color #CBD0F3: hue angle of 232.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBD0F3 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 208 | 243 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.05 |
| HSL | 232.5º | 0.63% | 0.87% | - |
| HSV(B) | 232.5º | 0.16% | 0.95% | - |
| XYZ | 63.36 | 64.28 | 93.86 | - |
| YUV | 210.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 243 | 0.16 | 0.14 | 0 | 0.05 | 232.5 | 0.63 | 0.87 |
| Hex | CB | D0 | F3 | 10 | E | 0 | 5 | E8 | 3E | 57 |
| Octal | 313 | 320 | 363 | 20 | 16 | 0 | 5 | 350 | 76 | 127 |
| Binary | 11001011 | 11010000 | 11110011 | 10000 | 1110 | 0 | 101 | 11101000 | 111110 | 1010111 |
Color Harmonies of #CBD0F3
Complementary color
Monochromatic Colors of #CBD0F3
Black with #CBD0F3
Text Example
Text Example
White with #CBD0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD0F3; }
p { color: rgb(203,208,243); }
H1.HeaderClassName
{
color: #CBD0F3;
}
.AnyTagClassName
{
color: #CBD0F3;
}
</style>
background-color css
<style>
a { background-color: #CBD0F3; }
a { background-color: rgb(203,208,243); }
div.DivClassName
{
background-color: #CBD0F3;
}
.BgClassName
{
background-color: #CBD0F3;
}
</style>
border-color css
<style>
span { border-color: #CBD0F3; }
span { border-color: rgb(203,208,243); }
td.TdClassName
{
border-color: #CBD0F3;
}
.TagClassName
{
border-color: #CBD0F3;
}
</style>