Shades of Lavender Blue #CDC0FE
Tints of Lavender Blue #CDC0FE
RGB
CMYK
RGB Variations
Color information
#CDC0FE (or 0xCDC0FE) is known color: Lavender Blue. HEX triplet: CD, C0 and FE. RGB value is (205,192,254). Sum of RGB (Red+Green+Blue) = 205+192+254=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDC0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC0FE is #323F01. Grayscale: #CACACA. Windows color (decimal): -3292930 or 16695501. OLE color: 16695501.
HSL color Cylindrical-coordinate representation of color #CDC0FE: hue angle of 252.58º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDC0FE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 192 | 254 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.00 |
| HSL | 252.58º | 0.97% | 0.87% | - |
| HSV(B) | 252.58º | 0.24% | 1% | - |
| XYZ | 61.92 | 57.83 | 101.67 | - |
| YUV | 202.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 254 | 0.19 | 0.24 | 0 | 0.00 | 252.58 | 0.97 | 0.87 |
| Hex | CD | C0 | FE | 13 | 18 | 0 | 0 | FD | 61 | 57 |
| Octal | 315 | 300 | 376 | 23 | 30 | 0 | 0 | 375 | 141 | 127 |
| Binary | 11001101 | 11000000 | 11111110 | 10011 | 11000 | 0 | 0 | 11111101 | 1100001 | 1010111 |
Color Harmonies of #CDC0FE
Complementary color
Monochromatic Colors of #CDC0FE
Black with #CDC0FE
Text Example
Text Example
White with #CDC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC0FE; }
p { color: rgb(205,192,254); }
H1.HeaderClassName
{
color: #CDC0FE;
}
.AnyTagClassName
{
color: #CDC0FE;
}
</style>
background-color css
<style>
a { background-color: #CDC0FE; }
a { background-color: rgb(205,192,254); }
div.DivClassName
{
background-color: #CDC0FE;
}
.BgClassName
{
background-color: #CDC0FE;
}
</style>
border-color css
<style>
span { border-color: #CDC0FE; }
span { border-color: rgb(205,192,254); }
td.TdClassName
{
border-color: #CDC0FE;
}
.TagClassName
{
border-color: #CDC0FE;
}
</style>