Shades of Lavender Blue #CDC2FD
Tints of Lavender Blue #CDC2FD
RGB
CMYK
RGB Variations
Color information
#CDC2FD (or 0xCDC2FD) is known color: Lavender Blue. HEX triplet: CD, C2 and FD. RGB value is (205,194,253). Sum of RGB (Red+Green+Blue) = 205+194+253=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC2FD is #323D02. Grayscale: #CBCBCB. Windows color (decimal): -3292419 or 16630477. OLE color: 16630477.
HSL color Cylindrical-coordinate representation of color #CDC2FD: hue angle of 251.19º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDC2FD is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 194 | 253 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.01 |
| HSL | 251.19º | 0.94% | 0.88% | - |
| HSV(B) | 251.19º | 0.23% | 0.99% | - |
| XYZ | 62.2 | 58.65 | 100.97 | - |
| YUV | 204.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 253 | 0.19 | 0.23 | 0 | 0.01 | 251.19 | 0.94 | 0.88 |
| Hex | CD | C2 | FD | 13 | 17 | 0 | 1 | FB | 5E | 58 |
| Octal | 315 | 302 | 375 | 23 | 27 | 0 | 1 | 373 | 136 | 130 |
| Binary | 11001101 | 11000010 | 11111101 | 10011 | 10111 | 0 | 1 | 11111011 | 1011110 | 1011000 |
Color Harmonies of #CDC2FD
Complementary color
Monochromatic Colors of #CDC2FD
Black with #CDC2FD
Text Example
Text Example
White with #CDC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2FD; }
p { color: rgb(205,194,253); }
H1.HeaderClassName
{
color: #CDC2FD;
}
.AnyTagClassName
{
color: #CDC2FD;
}
</style>
background-color css
<style>
a { background-color: #CDC2FD; }
a { background-color: rgb(205,194,253); }
div.DivClassName
{
background-color: #CDC2FD;
}
.BgClassName
{
background-color: #CDC2FD;
}
</style>
border-color css
<style>
span { border-color: #CDC2FD; }
span { border-color: rgb(205,194,253); }
td.TdClassName
{
border-color: #CDC2FD;
}
.TagClassName
{
border-color: #CDC2FD;
}
</style>