Shades of Lavender Blue #CBD0F7
Tints of Lavender Blue #CBD0F7
RGB
CMYK
RGB Variations
Color information
#CBD0F7 (or 0xCBD0F7) is known color: Lavender Blue. HEX triplet: CB, D0 and F7. RGB value is (203,208,247). Sum of RGB (Red+Green+Blue) = 203+208+247=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBD0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD0F7 is #342F08. Grayscale: #D2D2D2. Windows color (decimal): -3419913 or 16240843. OLE color: 16240843.
HSL color Cylindrical-coordinate representation of color #CBD0F7: hue angle of 233.18º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBD0F7 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 208 | 247 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.03 |
| HSL | 233.18º | 0.73% | 0.88% | - |
| HSV(B) | 233.18º | 0.18% | 0.97% | - |
| XYZ | 63.97 | 64.52 | 97.08 | - |
| YUV | 210.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 247 | 0.18 | 0.16 | 0 | 0.03 | 233.18 | 0.73 | 0.88 |
| Hex | CB | D0 | F7 | 12 | 10 | 0 | 3 | E9 | 49 | 58 |
| Octal | 313 | 320 | 367 | 22 | 20 | 0 | 3 | 351 | 111 | 130 |
| Binary | 11001011 | 11010000 | 11110111 | 10010 | 10000 | 0 | 11 | 11101001 | 1001001 | 1011000 |
Color Harmonies of #CBD0F7
Complementary color
Monochromatic Colors of #CBD0F7
Black with #CBD0F7
Text Example
Text Example
White with #CBD0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD0F7; }
p { color: rgb(203,208,247); }
H1.HeaderClassName
{
color: #CBD0F7;
}
.AnyTagClassName
{
color: #CBD0F7;
}
</style>
background-color css
<style>
a { background-color: #CBD0F7; }
a { background-color: rgb(203,208,247); }
div.DivClassName
{
background-color: #CBD0F7;
}
.BgClassName
{
background-color: #CBD0F7;
}
</style>
border-color css
<style>
span { border-color: #CBD0F7; }
span { border-color: rgb(203,208,247); }
td.TdClassName
{
border-color: #CBD0F7;
}
.TagClassName
{
border-color: #CBD0F7;
}
</style>