Shades of Lavender Blue #CDC8EF
Tints of Lavender Blue #CDC8EF
RGB
CMYK
RGB Variations
Color information
#CDC8EF (or 0xCDC8EF) is known color: Lavender Blue. HEX triplet: CD, C8 and EF. RGB value is (205,200,239). Sum of RGB (Red+Green+Blue) = 205+200+239=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC8EF is #323710. Grayscale: #CDCDCD. Windows color (decimal): -3290897 or 15714509. OLE color: 15714509.
HSL color Cylindrical-coordinate representation of color #CDC8EF: hue angle of 247.69º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC8EF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 200 | 239 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.06 |
| HSL | 247.69º | 0.55% | 0.86% | - |
| HSV(B) | 247.69º | 0.16% | 0.94% | - |
| XYZ | 61.41 | 60.52 | 90.11 | - |
| YUV | 205.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 239 | 0.14 | 0.16 | 0 | 0.06 | 247.69 | 0.55 | 0.86 |
| Hex | CD | C8 | EF | E | 10 | 0 | 6 | F8 | 37 | 56 |
| Octal | 315 | 310 | 357 | 16 | 20 | 0 | 6 | 370 | 67 | 126 |
| Binary | 11001101 | 11001000 | 11101111 | 1110 | 10000 | 0 | 110 | 11111000 | 110111 | 1010110 |
Color Harmonies of #CDC8EF
Complementary color
Monochromatic Colors of #CDC8EF
Black with #CDC8EF
Text Example
Text Example
White with #CDC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8EF; }
p { color: rgb(205,200,239); }
H1.HeaderClassName
{
color: #CDC8EF;
}
.AnyTagClassName
{
color: #CDC8EF;
}
</style>
background-color css
<style>
a { background-color: #CDC8EF; }
a { background-color: rgb(205,200,239); }
div.DivClassName
{
background-color: #CDC8EF;
}
.BgClassName
{
background-color: #CDC8EF;
}
</style>
border-color css
<style>
span { border-color: #CDC8EF; }
span { border-color: rgb(205,200,239); }
td.TdClassName
{
border-color: #CDC8EF;
}
.TagClassName
{
border-color: #CDC8EF;
}
</style>