Shades of Lavender Blue #CDC1FA
Tints of Lavender Blue #CDC1FA
RGB
CMYK
RGB Variations
Color information
#CDC1FA (or 0xCDC1FA) is known color: Lavender Blue. HEX triplet: CD, C1 and FA. RGB value is (205,193,250). Sum of RGB (Red+Green+Blue) = 205+193+250=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC1FA is #323E05. Grayscale: #CACACA. Windows color (decimal): -3292678 or 16433613. OLE color: 16433613.
HSL color Cylindrical-coordinate representation of color #CDC1FA: hue angle of 252.63º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDC1FA is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 193 | 250 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.02 |
| HSL | 252.63º | 0.85% | 0.87% | - |
| HSV(B) | 252.63º | 0.23% | 0.98% | - |
| XYZ | 61.5 | 58.02 | 98.4 | - |
| YUV | 203.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 250 | 0.18 | 0.23 | 0 | 0.02 | 252.63 | 0.85 | 0.87 |
| Hex | CD | C1 | FA | 12 | 17 | 0 | 2 | FD | 55 | 57 |
| Octal | 315 | 301 | 372 | 22 | 27 | 0 | 2 | 375 | 125 | 127 |
| Binary | 11001101 | 11000001 | 11111010 | 10010 | 10111 | 0 | 10 | 11111101 | 1010101 | 1010111 |
Color Harmonies of #CDC1FA
Complementary color
Monochromatic Colors of #CDC1FA
Black with #CDC1FA
Text Example
Text Example
White with #CDC1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1FA; }
p { color: rgb(205,193,250); }
H1.HeaderClassName
{
color: #CDC1FA;
}
.AnyTagClassName
{
color: #CDC1FA;
}
</style>
background-color css
<style>
a { background-color: #CDC1FA; }
a { background-color: rgb(205,193,250); }
div.DivClassName
{
background-color: #CDC1FA;
}
.BgClassName
{
background-color: #CDC1FA;
}
</style>
border-color css
<style>
span { border-color: #CDC1FA; }
span { border-color: rgb(205,193,250); }
td.TdClassName
{
border-color: #CDC1FA;
}
.TagClassName
{
border-color: #CDC1FA;
}
</style>