Shades of Lavender Blue #CBC4EE
Tints of Lavender Blue #CBC4EE
RGB
CMYK
RGB Variations
Color information
#CBC4EE (or 0xCBC4EE) is known color: Lavender Blue. HEX triplet: CB, C4 and EE. RGB value is (203,196,238). Sum of RGB (Red+Green+Blue) = 203+196+238=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4EE is #343B11. Grayscale: #CACACA. Windows color (decimal): -3422994 or 15647947. OLE color: 15647947.
HSL color Cylindrical-coordinate representation of color #CBC4EE: hue angle of 250º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC4EE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 196 | 238 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.07 |
| HSL | 250º | 0.55% | 0.85% | - |
| HSV(B) | 250º | 0.18% | 0.93% | - |
| XYZ | 59.8 | 58.35 | 89 | - |
| YUV | 202.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 238 | 0.15 | 0.18 | 0 | 0.07 | 250 | 0.55 | 0.85 |
| Hex | CB | C4 | EE | F | 12 | 0 | 7 | FA | 37 | 55 |
| Octal | 313 | 304 | 356 | 17 | 22 | 0 | 7 | 372 | 67 | 125 |
| Binary | 11001011 | 11000100 | 11101110 | 1111 | 10010 | 0 | 111 | 11111010 | 110111 | 1010101 |
Color Harmonies of #CBC4EE
Complementary color
Monochromatic Colors of #CBC4EE
Black with #CBC4EE
Text Example
Text Example
White with #CBC4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4EE; }
p { color: rgb(203,196,238); }
H1.HeaderClassName
{
color: #CBC4EE;
}
.AnyTagClassName
{
color: #CBC4EE;
}
</style>
background-color css
<style>
a { background-color: #CBC4EE; }
a { background-color: rgb(203,196,238); }
div.DivClassName
{
background-color: #CBC4EE;
}
.BgClassName
{
background-color: #CBC4EE;
}
</style>
border-color css
<style>
span { border-color: #CBC4EE; }
span { border-color: rgb(203,196,238); }
td.TdClassName
{
border-color: #CBC4EE;
}
.TagClassName
{
border-color: #CBC4EE;
}
</style>