Shades of Lavender Blue #CBC0F4
Tints of Lavender Blue #CBC0F4
RGB
CMYK
RGB Variations
Color information
#CBC0F4 (or 0xCBC0F4) is known color: Lavender Blue. HEX triplet: CB, C0 and F4. RGB value is (203,192,244). Sum of RGB (Red+Green+Blue) = 203+192+244=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBC0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0F4 is #343F0B. Grayscale: #C9C9C9. Windows color (decimal): -3424012 or 16040139. OLE color: 16040139.
HSL color Cylindrical-coordinate representation of color #CBC0F4: hue angle of 252.69º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC0F4 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 192 | 244 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.04 |
| HSL | 252.69º | 0.7% | 0.85% | - |
| HSV(B) | 252.69º | 0.21% | 0.96% | - |
| XYZ | 59.81 | 56.93 | 93.42 | - |
| YUV | 201.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 244 | 0.17 | 0.21 | 0 | 0.04 | 252.69 | 0.7 | 0.85 |
| Hex | CB | C0 | F4 | 11 | 15 | 0 | 4 | FD | 46 | 55 |
| Octal | 313 | 300 | 364 | 21 | 25 | 0 | 4 | 375 | 106 | 125 |
| Binary | 11001011 | 11000000 | 11110100 | 10001 | 10101 | 0 | 100 | 11111101 | 1000110 | 1010101 |
Color Harmonies of #CBC0F4
Complementary color
Monochromatic Colors of #CBC0F4
Black with #CBC0F4
Text Example
Text Example
White with #CBC0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0F4; }
p { color: rgb(203,192,244); }
H1.HeaderClassName
{
color: #CBC0F4;
}
.AnyTagClassName
{
color: #CBC0F4;
}
</style>
background-color css
<style>
a { background-color: #CBC0F4; }
a { background-color: rgb(203,192,244); }
div.DivClassName
{
background-color: #CBC0F4;
}
.BgClassName
{
background-color: #CBC0F4;
}
</style>
border-color css
<style>
span { border-color: #CBC0F4; }
span { border-color: rgb(203,192,244); }
td.TdClassName
{
border-color: #CBC0F4;
}
.TagClassName
{
border-color: #CBC0F4;
}
</style>