Shades of Lavender Blue #CBC4FA
Tints of Lavender Blue #CBC4FA
RGB
CMYK
RGB Variations
Color information
#CBC4FA (or 0xCBC4FA) is known color: Lavender Blue. HEX triplet: CB, C4 and FA. RGB value is (203,196,250). Sum of RGB (Red+Green+Blue) = 203+196+250=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBC4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4FA is #343B05. Grayscale: #CCCCCC. Windows color (decimal): -3422982 or 16434379. OLE color: 16434379.
HSL color Cylindrical-coordinate representation of color #CBC4FA: hue angle of 247.78º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBC4FA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 196 | 250 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.02 |
| HSL | 247.78º | 0.84% | 0.87% | - |
| HSV(B) | 247.78º | 0.22% | 0.98% | - |
| XYZ | 61.62 | 59.08 | 98.6 | - |
| YUV | 204.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 250 | 0.19 | 0.22 | 0 | 0.02 | 247.78 | 0.84 | 0.87 |
| Hex | CB | C4 | FA | 13 | 16 | 0 | 2 | F8 | 54 | 57 |
| Octal | 313 | 304 | 372 | 23 | 26 | 0 | 2 | 370 | 124 | 127 |
| Binary | 11001011 | 11000100 | 11111010 | 10011 | 10110 | 0 | 10 | 11111000 | 1010100 | 1010111 |
Color Harmonies of #CBC4FA
Complementary color
Monochromatic Colors of #CBC4FA
Black with #CBC4FA
Text Example
Text Example
White with #CBC4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4FA; }
p { color: rgb(203,196,250); }
H1.HeaderClassName
{
color: #CBC4FA;
}
.AnyTagClassName
{
color: #CBC4FA;
}
</style>
background-color css
<style>
a { background-color: #CBC4FA; }
a { background-color: rgb(203,196,250); }
div.DivClassName
{
background-color: #CBC4FA;
}
.BgClassName
{
background-color: #CBC4FA;
}
</style>
border-color css
<style>
span { border-color: #CBC4FA; }
span { border-color: rgb(203,196,250); }
td.TdClassName
{
border-color: #CBC4FA;
}
.TagClassName
{
border-color: #CBC4FA;
}
</style>