Shades of Lavender Blue #CBC2FA
Tints of Lavender Blue #CBC2FA
RGB
CMYK
RGB Variations
Color information
#CBC2FA (or 0xCBC2FA) is known color: Lavender Blue. HEX triplet: CB, C2 and FA. RGB value is (203,194,250). Sum of RGB (Red+Green+Blue) = 203+194+250=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2FA is #343D05. Grayscale: #CACACA. Windows color (decimal): -3423494 or 16433867. OLE color: 16433867.
HSL color Cylindrical-coordinate representation of color #CBC2FA: hue angle of 249.64º degrees, saturation: 0.85, 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 #CBC2FA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 194 | 250 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.02 |
| HSL | 249.64º | 0.85% | 0.87% | - |
| HSV(B) | 249.64º | 0.22% | 0.98% | - |
| XYZ | 61.18 | 58.18 | 98.45 | - |
| YUV | 203.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 250 | 0.19 | 0.22 | 0 | 0.02 | 249.64 | 0.85 | 0.87 |
| Hex | CB | C2 | FA | 13 | 16 | 0 | 2 | FA | 55 | 57 |
| Octal | 313 | 302 | 372 | 23 | 26 | 0 | 2 | 372 | 125 | 127 |
| Binary | 11001011 | 11000010 | 11111010 | 10011 | 10110 | 0 | 10 | 11111010 | 1010101 | 1010111 |
Color Harmonies of #CBC2FA
Complementary color
Monochromatic Colors of #CBC2FA
Black with #CBC2FA
Text Example
Text Example
White with #CBC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2FA; }
p { color: rgb(203,194,250); }
H1.HeaderClassName
{
color: #CBC2FA;
}
.AnyTagClassName
{
color: #CBC2FA;
}
</style>
background-color css
<style>
a { background-color: #CBC2FA; }
a { background-color: rgb(203,194,250); }
div.DivClassName
{
background-color: #CBC2FA;
}
.BgClassName
{
background-color: #CBC2FA;
}
</style>
border-color css
<style>
span { border-color: #CBC2FA; }
span { border-color: rgb(203,194,250); }
td.TdClassName
{
border-color: #CBC2FA;
}
.TagClassName
{
border-color: #CBC2FA;
}
</style>