Shades of Lavender Grey #CDCDD5
Tints of Lavender Grey #CDCDD5
RGB
CMYK
RGB Variations
Color information
#CDCDD5 (or 0xCDCDD5) is known color: Lavender Grey. HEX triplet: CD, CD and D5. RGB value is (205,205,213). Sum of RGB (Red+Green+Blue) = 205+205+213=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDCDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDD5 is #32322A. Grayscale: #CDCDCD. Windows color (decimal): -3289643 or 14011853. OLE color: 14011853.
HSL color Cylindrical-coordinate representation of color #CDCDD5: hue angle of 240º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDCDD5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 205 | 205 | 213 | - |
CMYK | 0.04 | 0.04 | 0 | 0.16 |
HSL | 240º | 0.09% | 0.82% | - |
HSV(B) | 240º | 0.04% | 0.84% | - |
XYZ | 59.02 | 61.45 | 71.7 | - |
YUV | 205.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 213 | 0.04 | 0.04 | 0 | 0.16 | 240 | 0.09 | 0.82 |
Hex | CD | CD | D5 | 4 | 4 | 0 | 10 | F0 | 9 | 52 |
Octal | 315 | 315 | 325 | 4 | 4 | 0 | 20 | 360 | 11 | 122 |
Binary | 11001101 | 11001101 | 11010101 | 100 | 100 | 0 | 10000 | 11110000 | 1001 | 1010010 |
Color Harmonies of #CDCDD5
Complementary color
Monochromatic Colors of #CDCDD5
Black with #CDCDD5
Text Example
Text Example
White with #CDCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDD5; }
p { color: rgb(205,205,213); }
H1.HeaderClassName
{
color: #CDCDD5;
}
.AnyTagClassName
{
color: #CDCDD5;
}
</style>
background-color css
<style>
a { background-color: #CDCDD5; }
a { background-color: rgb(205,205,213); }
div.DivClassName
{
background-color: #CDCDD5;
}
.BgClassName
{
background-color: #CDCDD5;
}
</style>
border-color css
<style>
span { border-color: #CDCDD5; }
span { border-color: rgb(205,205,213); }
td.TdClassName
{
border-color: #CDCDD5;
}
.TagClassName
{
border-color: #CDCDD5;
}
</style>