Shades of Lavender Blue #CDC6EF
Tints of Lavender Blue #CDC6EF
RGB
CMYK
RGB Variations
Color information
#CDC6EF (or 0xCDC6EF) is known color: Lavender Blue. HEX triplet: CD, C6 and EF. RGB value is (205,198,239). Sum of RGB (Red+Green+Blue) = 205+198+239=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDC6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6EF is #323910. Grayscale: #CCCCCC. Windows color (decimal): -3291409 or 15713997. OLE color: 15713997.
HSL color Cylindrical-coordinate representation of color #CDC6EF: hue angle of 250.24º 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 #CDC6EF is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 198 | 239 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.06 |
| HSL | 250.24º | 0.56% | 0.86% | - |
| HSV(B) | 250.24º | 0.17% | 0.94% | - |
| XYZ | 60.95 | 59.6 | 89.95 | - |
| YUV | 204.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 239 | 0.14 | 0.17 | 0 | 0.06 | 250.24 | 0.56 | 0.86 |
| Hex | CD | C6 | EF | E | 11 | 0 | 6 | FA | 38 | 56 |
| Octal | 315 | 306 | 357 | 16 | 21 | 0 | 6 | 372 | 70 | 126 |
| Binary | 11001101 | 11000110 | 11101111 | 1110 | 10001 | 0 | 110 | 11111010 | 111000 | 1010110 |
Color Harmonies of #CDC6EF
Complementary color
Monochromatic Colors of #CDC6EF
Black with #CDC6EF
Text Example
Text Example
White with #CDC6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6EF; }
p { color: rgb(205,198,239); }
H1.HeaderClassName
{
color: #CDC6EF;
}
.AnyTagClassName
{
color: #CDC6EF;
}
</style>
background-color css
<style>
a { background-color: #CDC6EF; }
a { background-color: rgb(205,198,239); }
div.DivClassName
{
background-color: #CDC6EF;
}
.BgClassName
{
background-color: #CDC6EF;
}
</style>
border-color css
<style>
span { border-color: #CDC6EF; }
span { border-color: rgb(205,198,239); }
td.TdClassName
{
border-color: #CDC6EF;
}
.TagClassName
{
border-color: #CDC6EF;
}
</style>