Shades of Lavender Blue #CDC9ED
Tints of Lavender Blue #CDC9ED
RGB
CMYK
RGB Variations
Color information
#CDC9ED (or 0xCDC9ED) is known color: Lavender Blue. HEX triplet: CD, C9 and ED. RGB value is (205,201,237). Sum of RGB (Red+Green+Blue) = 205+201+237=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9ED is #323612. Grayscale: #CECECE. Windows color (decimal): -3290643 or 15583693. OLE color: 15583693.
HSL color Cylindrical-coordinate representation of color #CDC9ED: hue angle of 246.67º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDC9ED is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 201 | 237 | - |
CMYK | 0.14 | 0.15 | 0 | 0.07 |
HSL | 246.67º | 0.5% | 0.86% | - |
HSV(B) | 246.67º | 0.15% | 0.93% | - |
XYZ | 61.35 | 60.87 | 88.64 | - |
YUV | 206.3 | 145.33 | 127.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 201 | 237 | 0.14 | 0.15 | 0 | 0.07 | 246.67 | 0.5 | 0.86 |
Hex | CD | C9 | ED | E | F | 0 | 7 | F7 | 32 | 56 |
Octal | 315 | 311 | 355 | 16 | 17 | 0 | 7 | 367 | 62 | 126 |
Binary | 11001101 | 11001001 | 11101101 | 1110 | 1111 | 0 | 111 | 11110111 | 110010 | 1010110 |
Color Harmonies of #CDC9ED
Complementary color
Monochromatic Colors of #CDC9ED
Black with #CDC9ED
Text Example
Text Example
White with #CDC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9ED; }
p { color: rgb(205,201,237); }
H1.HeaderClassName
{
color: #CDC9ED;
}
.AnyTagClassName
{
color: #CDC9ED;
}
</style>
background-color css
<style>
a { background-color: #CDC9ED; }
a { background-color: rgb(205,201,237); }
div.DivClassName
{
background-color: #CDC9ED;
}
.BgClassName
{
background-color: #CDC9ED;
}
</style>
border-color css
<style>
span { border-color: #CDC9ED; }
span { border-color: rgb(205,201,237); }
td.TdClassName
{
border-color: #CDC9ED;
}
.TagClassName
{
border-color: #CDC9ED;
}
</style>