Shades of Lavender Blue #CDC9FB
Tints of Lavender Blue #CDC9FB
RGB
CMYK
RGB Variations
Color information
#CDC9FB (or 0xCDC9FB) is known color: Lavender Blue. HEX triplet: CD, C9 and FB. RGB value is (205,201,251). Sum of RGB (Red+Green+Blue) = 205+201+251=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDC9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9FB is #323604. Grayscale: #CFCFCF. Windows color (decimal): -3290629 or 16501197. OLE color: 16501197.
HSL color Cylindrical-coordinate representation of color #CDC9FB: hue angle of 244.8º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDC9FB is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 201 | 251 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.02 |
| HSL | 244.8º | 0.86% | 0.89% | - |
| HSV(B) | 244.8º | 0.2% | 0.98% | - |
| XYZ | 63.48 | 61.72 | 99.83 | - |
| YUV | 207.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 251 | 0.18 | 0.20 | 0 | 0.02 | 244.8 | 0.86 | 0.89 |
| Hex | CD | C9 | FB | 12 | 14 | 0 | 2 | F5 | 56 | 59 |
| Octal | 315 | 311 | 373 | 22 | 24 | 0 | 2 | 365 | 126 | 131 |
| Binary | 11001101 | 11001001 | 11111011 | 10010 | 10100 | 0 | 10 | 11110101 | 1010110 | 1011001 |
Color Harmonies of #CDC9FB
Complementary color
Monochromatic Colors of #CDC9FB
Black with #CDC9FB
Text Example
Text Example
White with #CDC9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9FB; }
p { color: rgb(205,201,251); }
H1.HeaderClassName
{
color: #CDC9FB;
}
.AnyTagClassName
{
color: #CDC9FB;
}
</style>
background-color css
<style>
a { background-color: #CDC9FB; }
a { background-color: rgb(205,201,251); }
div.DivClassName
{
background-color: #CDC9FB;
}
.BgClassName
{
background-color: #CDC9FB;
}
</style>
border-color css
<style>
span { border-color: #CDC9FB; }
span { border-color: rgb(205,201,251); }
td.TdClassName
{
border-color: #CDC9FB;
}
.TagClassName
{
border-color: #CDC9FB;
}
</style>