Shades of Lavender Grey #CDCDD8
Tints of Lavender Grey #CDCDD8
RGB
CMYK
RGB Variations
Color information
#CDCDD8 (or 0xCDCDD8) is known color: Lavender Grey. HEX triplet: CD, CD and D8. RGB value is (205,205,216). Sum of RGB (Red+Green+Blue) = 205+205+216=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDCDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDD8 is #323227. Grayscale: #CECECE. Windows color (decimal): -3289640 or 14208461. OLE color: 14208461.
HSL color Cylindrical-coordinate representation of color #CDCDD8: hue angle of 240º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDCDD8 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 205 | 216 | - |
CMYK | 0.05 | 0.05 | 0 | 0.15 |
HSL | 240º | 0.12% | 0.83% | - |
HSV(B) | 240º | 0.05% | 0.85% | - |
XYZ | 59.4 | 61.6 | 73.72 | - |
YUV | 206.25 | 133.5 | 127.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 216 | 0.05 | 0.05 | 0 | 0.15 | 240 | 0.12 | 0.83 |
Hex | CD | CD | D8 | 5 | 5 | 0 | F | F0 | C | 53 |
Octal | 315 | 315 | 330 | 5 | 5 | 0 | 17 | 360 | 14 | 123 |
Binary | 11001101 | 11001101 | 11011000 | 101 | 101 | 0 | 1111 | 11110000 | 1100 | 1010011 |
Color Harmonies of #CDCDD8
Complementary color
Monochromatic Colors of #CDCDD8
Black with #CDCDD8
Text Example
Text Example
White with #CDCDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDD8; }
p { color: rgb(205,205,216); }
H1.HeaderClassName
{
color: #CDCDD8;
}
.AnyTagClassName
{
color: #CDCDD8;
}
</style>
background-color css
<style>
a { background-color: #CDCDD8; }
a { background-color: rgb(205,205,216); }
div.DivClassName
{
background-color: #CDCDD8;
}
.BgClassName
{
background-color: #CDCDD8;
}
</style>
border-color css
<style>
span { border-color: #CDCDD8; }
span { border-color: rgb(205,205,216); }
td.TdClassName
{
border-color: #CDCDD8;
}
.TagClassName
{
border-color: #CDCDD8;
}
</style>