Shades of Lavender Blue #CDC6FD
Tints of Lavender Blue #CDC6FD
RGB
CMYK
RGB Variations
Color information
#CDC6FD (or 0xCDC6FD) is known color: Lavender Blue. HEX triplet: CD, C6 and FD. RGB value is (205,198,253). Sum of RGB (Red+Green+Blue) = 205+198+253=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6FD is #323902. Grayscale: #CECECE. Windows color (decimal): -3291395 or 16631501. OLE color: 16631501.
HSL color Cylindrical-coordinate representation of color #CDC6FD: hue angle of 247.64º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDC6FD is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 198 | 253 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.01 |
| HSL | 247.64º | 0.93% | 0.88% | - |
| HSV(B) | 247.64º | 0.22% | 0.99% | - |
| XYZ | 63.1 | 60.46 | 101.27 | - |
| YUV | 206.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 253 | 0.19 | 0.22 | 0 | 0.01 | 247.64 | 0.93 | 0.88 |
| Hex | CD | C6 | FD | 13 | 16 | 0 | 1 | F8 | 5D | 58 |
| Octal | 315 | 306 | 375 | 23 | 26 | 0 | 1 | 370 | 135 | 130 |
| Binary | 11001101 | 11000110 | 11111101 | 10011 | 10110 | 0 | 1 | 11111000 | 1011101 | 1011000 |
Color Harmonies of #CDC6FD
Complementary color
Monochromatic Colors of #CDC6FD
Black with #CDC6FD
Text Example
Text Example
White with #CDC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6FD; }
p { color: rgb(205,198,253); }
H1.HeaderClassName
{
color: #CDC6FD;
}
.AnyTagClassName
{
color: #CDC6FD;
}
</style>
background-color css
<style>
a { background-color: #CDC6FD; }
a { background-color: rgb(205,198,253); }
div.DivClassName
{
background-color: #CDC6FD;
}
.BgClassName
{
background-color: #CDC6FD;
}
</style>
border-color css
<style>
span { border-color: #CDC6FD; }
span { border-color: rgb(205,198,253); }
td.TdClassName
{
border-color: #CDC6FD;
}
.TagClassName
{
border-color: #CDC6FD;
}
</style>