Shades of Lavender Blue #CBC3F7
Tints of Lavender Blue #CBC3F7
RGB
CMYK
RGB Variations
Color information
#CBC3F7 (or 0xCBC3F7) is known color: Lavender Blue. HEX triplet: CB, C3 and F7. RGB value is (203,195,247). Sum of RGB (Red+Green+Blue) = 203+195+247=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBC3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC3F7 is #343C08. Grayscale: #CBCBCB. Windows color (decimal): -3423241 or 16237515. OLE color: 16237515.
HSL color Cylindrical-coordinate representation of color #CBC3F7: hue angle of 249.23º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC3F7 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 195 | 247 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.03 |
| HSL | 249.23º | 0.76% | 0.87% | - |
| HSV(B) | 249.23º | 0.21% | 0.97% | - |
| XYZ | 60.93 | 58.44 | 96.06 | - |
| YUV | 203.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 247 | 0.18 | 0.21 | 0 | 0.03 | 249.23 | 0.76 | 0.87 |
| Hex | CB | C3 | F7 | 12 | 15 | 0 | 3 | F9 | 4C | 57 |
| Octal | 313 | 303 | 367 | 22 | 25 | 0 | 3 | 371 | 114 | 127 |
| Binary | 11001011 | 11000011 | 11110111 | 10010 | 10101 | 0 | 11 | 11111001 | 1001100 | 1010111 |
Color Harmonies of #CBC3F7
Complementary color
Monochromatic Colors of #CBC3F7
Black with #CBC3F7
Text Example
Text Example
White with #CBC3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3F7; }
p { color: rgb(203,195,247); }
H1.HeaderClassName
{
color: #CBC3F7;
}
.AnyTagClassName
{
color: #CBC3F7;
}
</style>
background-color css
<style>
a { background-color: #CBC3F7; }
a { background-color: rgb(203,195,247); }
div.DivClassName
{
background-color: #CBC3F7;
}
.BgClassName
{
background-color: #CBC3F7;
}
</style>
border-color css
<style>
span { border-color: #CBC3F7; }
span { border-color: rgb(203,195,247); }
td.TdClassName
{
border-color: #CBC3F7;
}
.TagClassName
{
border-color: #CBC3F7;
}
</style>