Shades of Lavender Blue #CDC6EE
Tints of Lavender Blue #CDC6EE
RGB
CMYK
RGB Variations
Color information
#CDC6EE (or 0xCDC6EE) is known color: Lavender Blue. HEX triplet: CD, C6 and EE. RGB value is (205,198,238). Sum of RGB (Red+Green+Blue) = 205+198+238=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6EE is #323911. Grayscale: #CCCCCC. Windows color (decimal): -3291410 or 15648461. OLE color: 15648461.
HSL color Cylindrical-coordinate representation of color #CDC6EE: hue angle of 250.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC6EE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 198 | 238 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.07 |
| HSL | 250.5º | 0.54% | 0.85% | - |
| HSV(B) | 250.5º | 0.17% | 0.93% | - |
| XYZ | 60.8 | 59.54 | 89.18 | - |
| YUV | 204.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 238 | 0.14 | 0.17 | 0 | 0.07 | 250.5 | 0.54 | 0.85 |
| Hex | CD | C6 | EE | E | 11 | 0 | 7 | FB | 36 | 55 |
| Octal | 315 | 306 | 356 | 16 | 21 | 0 | 7 | 373 | 66 | 125 |
| Binary | 11001101 | 11000110 | 11101110 | 1110 | 10001 | 0 | 111 | 11111011 | 110110 | 1010101 |
Color Harmonies of #CDC6EE
Complementary color
Monochromatic Colors of #CDC6EE
Black with #CDC6EE
Text Example
Text Example
White with #CDC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6EE; }
p { color: rgb(205,198,238); }
H1.HeaderClassName
{
color: #CDC6EE;
}
.AnyTagClassName
{
color: #CDC6EE;
}
</style>
background-color css
<style>
a { background-color: #CDC6EE; }
a { background-color: rgb(205,198,238); }
div.DivClassName
{
background-color: #CDC6EE;
}
.BgClassName
{
background-color: #CDC6EE;
}
</style>
border-color css
<style>
span { border-color: #CDC6EE; }
span { border-color: rgb(205,198,238); }
td.TdClassName
{
border-color: #CDC6EE;
}
.TagClassName
{
border-color: #CDC6EE;
}
</style>