Shades of Lavender Grey #CDCDD6
Tints of Lavender Grey #CDCDD6
RGB
CMYK
RGB Variations
Color information
#CDCDD6 (or 0xCDCDD6) is known color: Lavender Grey. HEX triplet: CD, CD and D6. RGB value is (205,205,214). Sum of RGB (Red+Green+Blue) = 205+205+214=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDD6 is #323229. Grayscale: #CDCDCD. Windows color (decimal): -3289642 or 14077389. OLE color: 14077389.
HSL color Cylindrical-coordinate representation of color #CDCDD6: hue angle of 240º degrees, saturation: 0.1, 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 #CDCDD6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 205 | 205 | 214 | - |
CMYK | 0.04 | 0.04 | 0 | 0.16 |
HSL | 240º | 0.1% | 0.82% | - |
HSV(B) | 240º | 0.04% | 0.84% | - |
XYZ | 59.15 | 61.5 | 72.37 | - |
YUV | 206.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 214 | 0.04 | 0.04 | 0 | 0.16 | 240 | 0.1 | 0.82 |
Hex | CD | CD | D6 | 4 | 4 | 0 | 10 | F0 | A | 52 |
Octal | 315 | 315 | 326 | 4 | 4 | 0 | 20 | 360 | 12 | 122 |
Binary | 11001101 | 11001101 | 11010110 | 100 | 100 | 0 | 10000 | 11110000 | 1010 | 1010010 |
Color Harmonies of #CDCDD6
Complementary color
Monochromatic Colors of #CDCDD6
Black with #CDCDD6
Text Example
Text Example
White with #CDCDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDD6; }
p { color: rgb(205,205,214); }
H1.HeaderClassName
{
color: #CDCDD6;
}
.AnyTagClassName
{
color: #CDCDD6;
}
</style>
background-color css
<style>
a { background-color: #CDCDD6; }
a { background-color: rgb(205,205,214); }
div.DivClassName
{
background-color: #CDCDD6;
}
.BgClassName
{
background-color: #CDCDD6;
}
</style>
border-color css
<style>
span { border-color: #CDCDD6; }
span { border-color: rgb(205,205,214); }
td.TdClassName
{
border-color: #CDCDD6;
}
.TagClassName
{
border-color: #CDCDD6;
}
</style>