Shades of Lavender Blue #CDC8EE
Tints of Lavender Blue #CDC8EE
RGB
CMYK
RGB Variations
Color information
#CDC8EE (or 0xCDC8EE) is known color: Lavender Blue. HEX triplet: CD, C8 and EE. RGB value is (205,200,238). Sum of RGB (Red+Green+Blue) = 205+200+238=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC8EE is #323711. Grayscale: #CDCDCD. Windows color (decimal): -3290898 or 15648973. OLE color: 15648973.
HSL color Cylindrical-coordinate representation of color #CDC8EE: hue angle of 247.89º 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 #CDC8EE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 200 | 238 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.07 |
| HSL | 247.89º | 0.53% | 0.86% | - |
| HSV(B) | 247.89º | 0.16% | 0.93% | - |
| XYZ | 61.26 | 60.46 | 89.33 | - |
| YUV | 205.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 238 | 0.14 | 0.16 | 0 | 0.07 | 247.89 | 0.53 | 0.86 |
| Hex | CD | C8 | EE | E | 10 | 0 | 7 | F8 | 35 | 56 |
| Octal | 315 | 310 | 356 | 16 | 20 | 0 | 7 | 370 | 65 | 126 |
| Binary | 11001101 | 11001000 | 11101110 | 1110 | 10000 | 0 | 111 | 11111000 | 110101 | 1010110 |
Color Harmonies of #CDC8EE
Complementary color
Monochromatic Colors of #CDC8EE
Black with #CDC8EE
Text Example
Text Example
White with #CDC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8EE; }
p { color: rgb(205,200,238); }
H1.HeaderClassName
{
color: #CDC8EE;
}
.AnyTagClassName
{
color: #CDC8EE;
}
</style>
background-color css
<style>
a { background-color: #CDC8EE; }
a { background-color: rgb(205,200,238); }
div.DivClassName
{
background-color: #CDC8EE;
}
.BgClassName
{
background-color: #CDC8EE;
}
</style>
border-color css
<style>
span { border-color: #CDC8EE; }
span { border-color: rgb(205,200,238); }
td.TdClassName
{
border-color: #CDC8EE;
}
.TagClassName
{
border-color: #CDC8EE;
}
</style>