Shades of Lavender Grey #CDCDDA
Tints of Lavender Grey #CDCDDA
RGB
CMYK
RGB Variations
Color information
#CDCDDA (or 0xCDCDDA) is known color: Lavender Grey. HEX triplet: CD, CD and DA. RGB value is (205,205,218). Sum of RGB (Red+Green+Blue) = 205+205+218=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDDA is #323225. Grayscale: #CECECE. Windows color (decimal): -3289638 or 14339533. OLE color: 14339533.
HSL color Cylindrical-coordinate representation of color #CDCDDA: hue angle of 240º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDCDDA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 205 | 218 | - |
CMYK | 0.06 | 0.06 | 0 | 0.15 |
HSL | 240º | 0.15% | 0.83% | - |
HSV(B) | 240º | 0.06% | 0.85% | - |
XYZ | 59.66 | 61.7 | 75.1 | - |
YUV | 206.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 218 | 0.06 | 0.06 | 0 | 0.15 | 240 | 0.15 | 0.83 |
Hex | CD | CD | DA | 6 | 6 | 0 | F | F0 | F | 53 |
Octal | 315 | 315 | 332 | 6 | 6 | 0 | 17 | 360 | 17 | 123 |
Binary | 11001101 | 11001101 | 11011010 | 110 | 110 | 0 | 1111 | 11110000 | 1111 | 1010011 |
Color Harmonies of #CDCDDA
Complementary color
Monochromatic Colors of #CDCDDA
Black with #CDCDDA
Text Example
Text Example
White with #CDCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDDA; }
p { color: rgb(205,205,218); }
H1.HeaderClassName
{
color: #CDCDDA;
}
.AnyTagClassName
{
color: #CDCDDA;
}
</style>
background-color css
<style>
a { background-color: #CDCDDA; }
a { background-color: rgb(205,205,218); }
div.DivClassName
{
background-color: #CDCDDA;
}
.BgClassName
{
background-color: #CDCDDA;
}
</style>
border-color css
<style>
span { border-color: #CDCDDA; }
span { border-color: rgb(205,205,218); }
td.TdClassName
{
border-color: #CDCDDA;
}
.TagClassName
{
border-color: #CDCDDA;
}
</style>