Shades of Lavender Blue #CBC7EE
Tints of Lavender Blue #CBC7EE
RGB
CMYK
RGB Variations
Color information
#CBC7EE (or 0xCBC7EE) is known color: Lavender Blue. HEX triplet: CB, C7 and EE. RGB value is (203,199,238). Sum of RGB (Red+Green+Blue) = 203+199+238=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC7EE is #343811. Grayscale: #CCCCCC. Windows color (decimal): -3422226 or 15648715. OLE color: 15648715.
HSL color Cylindrical-coordinate representation of color #CBC7EE: hue angle of 246.15º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBC7EE is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 199 | 238 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.07 |
| HSL | 246.15º | 0.53% | 0.86% | - |
| HSV(B) | 246.15º | 0.16% | 0.93% | - |
| XYZ | 60.48 | 59.72 | 89.23 | - |
| YUV | 204.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 238 | 0.15 | 0.16 | 0 | 0.07 | 246.15 | 0.53 | 0.86 |
| Hex | CB | C7 | EE | F | 10 | 0 | 7 | F6 | 35 | 56 |
| Octal | 313 | 307 | 356 | 17 | 20 | 0 | 7 | 366 | 65 | 126 |
| Binary | 11001011 | 11000111 | 11101110 | 1111 | 10000 | 0 | 111 | 11110110 | 110101 | 1010110 |
Color Harmonies of #CBC7EE
Complementary color
Monochromatic Colors of #CBC7EE
Black with #CBC7EE
Text Example
Text Example
White with #CBC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7EE; }
p { color: rgb(203,199,238); }
H1.HeaderClassName
{
color: #CBC7EE;
}
.AnyTagClassName
{
color: #CBC7EE;
}
</style>
background-color css
<style>
a { background-color: #CBC7EE; }
a { background-color: rgb(203,199,238); }
div.DivClassName
{
background-color: #CBC7EE;
}
.BgClassName
{
background-color: #CBC7EE;
}
</style>
border-color css
<style>
span { border-color: #CBC7EE; }
span { border-color: rgb(203,199,238); }
td.TdClassName
{
border-color: #CBC7EE;
}
.TagClassName
{
border-color: #CBC7EE;
}
</style>