Shades of Lavender Blue #CDC4FE
Tints of Lavender Blue #CDC4FE
RGB
CMYK
RGB Variations
Color information
#CDC4FE (or 0xCDC4FE) is known color: Lavender Blue. HEX triplet: CD, C4 and FE. RGB value is (205,196,254). Sum of RGB (Red+Green+Blue) = 205+196+254=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC4FE is #323B01. Grayscale: #CDCDCD. Windows color (decimal): -3291906 or 16696525. OLE color: 16696525.
HSL color Cylindrical-coordinate representation of color #CDC4FE: hue angle of 249.31º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDC4FE is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 196 | 254 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.00 |
| HSL | 249.31º | 0.97% | 0.88% | - |
| HSV(B) | 249.31º | 0.23% | 1% | - |
| XYZ | 62.81 | 59.61 | 101.96 | - |
| YUV | 205.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 254 | 0.19 | 0.23 | 0 | 0.00 | 249.31 | 0.97 | 0.88 |
| Hex | CD | C4 | FE | 13 | 17 | 0 | 0 | F9 | 61 | 58 |
| Octal | 315 | 304 | 376 | 23 | 27 | 0 | 0 | 371 | 141 | 130 |
| Binary | 11001101 | 11000100 | 11111110 | 10011 | 10111 | 0 | 0 | 11111001 | 1100001 | 1011000 |
Color Harmonies of #CDC4FE
Complementary color
Monochromatic Colors of #CDC4FE
Black with #CDC4FE
Text Example
Text Example
White with #CDC4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4FE; }
p { color: rgb(205,196,254); }
H1.HeaderClassName
{
color: #CDC4FE;
}
.AnyTagClassName
{
color: #CDC4FE;
}
</style>
background-color css
<style>
a { background-color: #CDC4FE; }
a { background-color: rgb(205,196,254); }
div.DivClassName
{
background-color: #CDC4FE;
}
.BgClassName
{
background-color: #CDC4FE;
}
</style>
border-color css
<style>
span { border-color: #CDC4FE; }
span { border-color: rgb(205,196,254); }
td.TdClassName
{
border-color: #CDC4FE;
}
.TagClassName
{
border-color: #CDC4FE;
}
</style>