Shades of Lavender Blue #CDC9FE
Tints of Lavender Blue #CDC9FE
RGB
CMYK
RGB Variations
Color information
#CDC9FE (or 0xCDC9FE) is known color: Lavender Blue. HEX triplet: CD, C9 and FE. RGB value is (205,201,254). Sum of RGB (Red+Green+Blue) = 205+201+254=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9FE is #323601. Grayscale: #D0D0D0. Windows color (decimal): -3290626 or 16697805. OLE color: 16697805.
HSL color Cylindrical-coordinate representation of color #CDC9FE: hue angle of 244.53º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDC9FE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 201 | 254 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.00 |
| HSL | 244.53º | 0.96% | 0.89% | - |
| HSV(B) | 244.53º | 0.21% | 1% | - |
| XYZ | 63.95 | 61.91 | 102.34 | - |
| YUV | 208.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 254 | 0.19 | 0.21 | 0 | 0.00 | 244.53 | 0.96 | 0.89 |
| Hex | CD | C9 | FE | 13 | 15 | 0 | 0 | F5 | 60 | 59 |
| Octal | 315 | 311 | 376 | 23 | 25 | 0 | 0 | 365 | 140 | 131 |
| Binary | 11001101 | 11001001 | 11111110 | 10011 | 10101 | 0 | 0 | 11110101 | 1100000 | 1011001 |
Color Harmonies of #CDC9FE
Complementary color
Monochromatic Colors of #CDC9FE
Black with #CDC9FE
Text Example
Text Example
White with #CDC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9FE; }
p { color: rgb(205,201,254); }
H1.HeaderClassName
{
color: #CDC9FE;
}
.AnyTagClassName
{
color: #CDC9FE;
}
</style>
background-color css
<style>
a { background-color: #CDC9FE; }
a { background-color: rgb(205,201,254); }
div.DivClassName
{
background-color: #CDC9FE;
}
.BgClassName
{
background-color: #CDC9FE;
}
</style>
border-color css
<style>
span { border-color: #CDC9FE; }
span { border-color: rgb(205,201,254); }
td.TdClassName
{
border-color: #CDC9FE;
}
.TagClassName
{
border-color: #CDC9FE;
}
</style>