Shades of Lavender Blue #CDC7FF
Tints of Lavender Blue #CDC7FF
RGB
CMYK
RGB Variations
Color information
#CDC7FF (or 0xCDC7FF) is known color: Lavender Blue. HEX triplet: CD, C7 and FF. RGB value is (205,199,255). Sum of RGB (Red+Green+Blue) = 205+199+255=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC7FF is #323800. Grayscale: #CECECE. Windows color (decimal): -3291137 or 16762829. OLE color: 16762829.
HSL color Cylindrical-coordinate representation of color #CDC7FF: hue angle of 246.43º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDC7FF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 199 | 255 | - |
| CMYK | 0.20 | 0.22 | 0 | 0 |
| HSL | 246.43º | 1% | 0.89% | - |
| HSV(B) | 246.43º | 0.22% | 1% | - |
| XYZ | 63.65 | 61.05 | 103.04 | - |
| YUV | 207.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 255 | 0.20 | 0.22 | 0 | 0 | 246.43 | 1 | 0.89 |
| Hex | CD | C7 | FF | 14 | 16 | 0 | 0 | F6 | 64 | 59 |
| Octal | 315 | 307 | 377 | 24 | 26 | 0 | 0 | 366 | 144 | 131 |
| Binary | 11001101 | 11000111 | 11111111 | 10100 | 10110 | 0 | 0 | 11110110 | 1100100 | 1011001 |
Color Harmonies of #CDC7FF
Complementary color
Monochromatic Colors of #CDC7FF
Black with #CDC7FF
Text Example
Text Example
White with #CDC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7FF; }
p { color: rgb(205,199,255); }
H1.HeaderClassName
{
color: #CDC7FF;
}
.AnyTagClassName
{
color: #CDC7FF;
}
</style>
background-color css
<style>
a { background-color: #CDC7FF; }
a { background-color: rgb(205,199,255); }
div.DivClassName
{
background-color: #CDC7FF;
}
.BgClassName
{
background-color: #CDC7FF;
}
</style>
border-color css
<style>
span { border-color: #CDC7FF; }
span { border-color: rgb(205,199,255); }
td.TdClassName
{
border-color: #CDC7FF;
}
.TagClassName
{
border-color: #CDC7FF;
}
</style>