Shades of Lavender Grey #CECDDA
Tints of Lavender Grey #CECDDA
RGB
CMYK
RGB Variations
Color information
#CECDDA (or 0xCECDDA) is known color: Lavender Grey. HEX triplet: CE, CD and DA. RGB value is (206,205,218). Sum of RGB (Red+Green+Blue) = 206+205+218=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 218 - color contains mainly: blue. Hex color #CECDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDDA is #313225. Grayscale: #CECECE. Windows color (decimal): -3224102 or 14339534. OLE color: 14339534.
HSL color Cylindrical-coordinate representation of color #CECDDA: hue angle of 244.62º 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 #CECDDA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 205 | 218 | - |
CMYK | 0.06 | 0.06 | 0 | 0.15 |
HSL | 244.62º | 0.15% | 0.83% | - |
HSV(B) | 244.62º | 0.06% | 0.85% | - |
XYZ | 59.94 | 61.85 | 75.11 | - |
YUV | 206.78 | 134.33 | 127.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 218 | 0.06 | 0.06 | 0 | 0.15 | 244.62 | 0.15 | 0.83 |
Hex | CE | CD | DA | 6 | 6 | 0 | F | F5 | F | 53 |
Octal | 316 | 315 | 332 | 6 | 6 | 0 | 17 | 365 | 17 | 123 |
Binary | 11001110 | 11001101 | 11011010 | 110 | 110 | 0 | 1111 | 11110101 | 1111 | 1010011 |
Color Harmonies of #CECDDA
Complementary color
Monochromatic Colors of #CECDDA
Black with #CECDDA
Text Example
Text Example
White with #CECDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDDA; }
p { color: rgb(206,205,218); }
H1.HeaderClassName
{
color: #CECDDA;
}
.AnyTagClassName
{
color: #CECDDA;
}
</style>
background-color css
<style>
a { background-color: #CECDDA; }
a { background-color: rgb(206,205,218); }
div.DivClassName
{
background-color: #CECDDA;
}
.BgClassName
{
background-color: #CECDDA;
}
</style>
border-color css
<style>
span { border-color: #CECDDA; }
span { border-color: rgb(206,205,218); }
td.TdClassName
{
border-color: #CECDDA;
}
.TagClassName
{
border-color: #CECDDA;
}
</style>