Shades of Lavender Grey #CDCBDD
Tints of Lavender Grey #CDCBDD
RGB
CMYK
RGB Variations
Color information
#CDCBDD (or 0xCDCBDD) is known color: Lavender Grey. HEX triplet: CD, CB and DD. RGB value is (205,203,221). Sum of RGB (Red+Green+Blue) = 205+203+221=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDCBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBDD is #323422. Grayscale: #CDCDCD. Windows color (decimal): -3290147 or 14535629. OLE color: 14535629.
HSL color Cylindrical-coordinate representation of color #CDCBDD: hue angle of 246.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDCBDD is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 203 | 221 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.13 |
| HSL | 246.67º | 0.21% | 0.83% | - |
| HSV(B) | 246.67º | 0.08% | 0.87% | - |
| XYZ | 59.58 | 60.91 | 77.02 | - |
| YUV | 205.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 203 | 221 | 0.07 | 0.08 | 0 | 0.13 | 246.67 | 0.21 | 0.83 |
| Hex | CD | CB | DD | 7 | 8 | 0 | D | F7 | 15 | 53 |
| Octal | 315 | 313 | 335 | 7 | 10 | 0 | 15 | 367 | 25 | 123 |
| Binary | 11001101 | 11001011 | 11011101 | 111 | 1000 | 0 | 1101 | 11110111 | 10101 | 1010011 |
Color Harmonies of #CDCBDD
Complementary color
Monochromatic Colors of #CDCBDD
Black with #CDCBDD
Text Example
Text Example
White with #CDCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCBDD; }
p { color: rgb(205,203,221); }
H1.HeaderClassName
{
color: #CDCBDD;
}
.AnyTagClassName
{
color: #CDCBDD;
}
</style>
background-color css
<style>
a { background-color: #CDCBDD; }
a { background-color: rgb(205,203,221); }
div.DivClassName
{
background-color: #CDCBDD;
}
.BgClassName
{
background-color: #CDCBDD;
}
</style>
border-color css
<style>
span { border-color: #CDCBDD; }
span { border-color: rgb(205,203,221); }
td.TdClassName
{
border-color: #CDCBDD;
}
.TagClassName
{
border-color: #CDCBDD;
}
</style>