Shades of Lavender Blue #CDC2FF
Tints of Lavender Blue #CDC2FF
RGB
CMYK
RGB Variations
Color information
#CDC2FF (or 0xCDC2FF) is known color: Lavender Blue. HEX triplet: CD, C2 and FF. RGB value is (205,194,255). Sum of RGB (Red+Green+Blue) = 205+194+255=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC2FF is #323D00. Grayscale: #CCCCCC. Windows color (decimal): -3292417 or 16761549. OLE color: 16761549.
HSL color Cylindrical-coordinate representation of color #CDC2FF: hue angle of 250.82º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDC2FF is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 194 | 255 | - |
| CMYK | 0.20 | 0.24 | 0 | 0 |
| HSL | 250.82º | 1% | 0.88% | - |
| HSV(B) | 250.82º | 0.24% | 1% | - |
| XYZ | 62.52 | 58.78 | 102.66 | - |
| YUV | 204.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 255 | 0.20 | 0.24 | 0 | 0 | 250.82 | 1 | 0.88 |
| Hex | CD | C2 | FF | 14 | 18 | 0 | 0 | FB | 64 | 58 |
| Octal | 315 | 302 | 377 | 24 | 30 | 0 | 0 | 373 | 144 | 130 |
| Binary | 11001101 | 11000010 | 11111111 | 10100 | 11000 | 0 | 0 | 11111011 | 1100100 | 1011000 |
Color Harmonies of #CDC2FF
Complementary color
Monochromatic Colors of #CDC2FF
Black with #CDC2FF
Text Example
Text Example
White with #CDC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2FF; }
p { color: rgb(205,194,255); }
H1.HeaderClassName
{
color: #CDC2FF;
}
.AnyTagClassName
{
color: #CDC2FF;
}
</style>
background-color css
<style>
a { background-color: #CDC2FF; }
a { background-color: rgb(205,194,255); }
div.DivClassName
{
background-color: #CDC2FF;
}
.BgClassName
{
background-color: #CDC2FF;
}
</style>
border-color css
<style>
span { border-color: #CDC2FF; }
span { border-color: rgb(205,194,255); }
td.TdClassName
{
border-color: #CDC2FF;
}
.TagClassName
{
border-color: #CDC2FF;
}
</style>