Shades of Lavender Blue #CDC0FC
Tints of Lavender Blue #CDC0FC
RGB
CMYK
RGB Variations
Color information
#CDC0FC (or 0xCDC0FC) is known color: Lavender Blue. HEX triplet: CD, C0 and FC. RGB value is (205,192,252). Sum of RGB (Red+Green+Blue) = 205+192+252=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDC0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC0FC is #323F03. Grayscale: #CACACA. Windows color (decimal): -3292932 or 16564429. OLE color: 16564429.
HSL color Cylindrical-coordinate representation of color #CDC0FC: hue angle of 253º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDC0FC is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 192 | 252 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.01 |
| HSL | 253º | 0.91% | 0.87% | - |
| HSV(B) | 253º | 0.24% | 0.99% | - |
| XYZ | 61.6 | 57.71 | 99.99 | - |
| YUV | 202.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 252 | 0.19 | 0.24 | 0 | 0.01 | 253 | 0.91 | 0.87 |
| Hex | CD | C0 | FC | 13 | 18 | 0 | 1 | FD | 5B | 57 |
| Octal | 315 | 300 | 374 | 23 | 30 | 0 | 1 | 375 | 133 | 127 |
| Binary | 11001101 | 11000000 | 11111100 | 10011 | 11000 | 0 | 1 | 11111101 | 1011011 | 1010111 |
Color Harmonies of #CDC0FC
Complementary color
Monochromatic Colors of #CDC0FC
Black with #CDC0FC
Text Example
Text Example
White with #CDC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC0FC; }
p { color: rgb(205,192,252); }
H1.HeaderClassName
{
color: #CDC0FC;
}
.AnyTagClassName
{
color: #CDC0FC;
}
</style>
background-color css
<style>
a { background-color: #CDC0FC; }
a { background-color: rgb(205,192,252); }
div.DivClassName
{
background-color: #CDC0FC;
}
.BgClassName
{
background-color: #CDC0FC;
}
</style>
border-color css
<style>
span { border-color: #CDC0FC; }
span { border-color: rgb(205,192,252); }
td.TdClassName
{
border-color: #CDC0FC;
}
.TagClassName
{
border-color: #CDC0FC;
}
</style>