Shades of Lavender Blue #CBC7EF
Tints of Lavender Blue #CBC7EF
RGB
CMYK
RGB Variations
Color information
#CBC7EF (or 0xCBC7EF) is known color: Lavender Blue. HEX triplet: CB, C7 and EF. RGB value is (203,199,239). Sum of RGB (Red+Green+Blue) = 203+199+239=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC7EF is #343810. Grayscale: #CCCCCC. Windows color (decimal): -3422225 or 15714251. OLE color: 15714251.
HSL color Cylindrical-coordinate representation of color #CBC7EF: hue angle of 246º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC7EF is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 199 | 239 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.06 |
| HSL | 246º | 0.56% | 0.86% | - |
| HSV(B) | 246º | 0.17% | 0.94% | - |
| XYZ | 60.63 | 59.78 | 90 | - |
| YUV | 204.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 239 | 0.15 | 0.17 | 0 | 0.06 | 246 | 0.56 | 0.86 |
| Hex | CB | C7 | EF | F | 11 | 0 | 6 | F6 | 38 | 56 |
| Octal | 313 | 307 | 357 | 17 | 21 | 0 | 6 | 366 | 70 | 126 |
| Binary | 11001011 | 11000111 | 11101111 | 1111 | 10001 | 0 | 110 | 11110110 | 111000 | 1010110 |
Color Harmonies of #CBC7EF
Complementary color
Monochromatic Colors of #CBC7EF
Black with #CBC7EF
Text Example
Text Example
White with #CBC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7EF; }
p { color: rgb(203,199,239); }
H1.HeaderClassName
{
color: #CBC7EF;
}
.AnyTagClassName
{
color: #CBC7EF;
}
</style>
background-color css
<style>
a { background-color: #CBC7EF; }
a { background-color: rgb(203,199,239); }
div.DivClassName
{
background-color: #CBC7EF;
}
.BgClassName
{
background-color: #CBC7EF;
}
</style>
border-color css
<style>
span { border-color: #CBC7EF; }
span { border-color: rgb(203,199,239); }
td.TdClassName
{
border-color: #CBC7EF;
}
.TagClassName
{
border-color: #CBC7EF;
}
</style>