Shades of Ghost #CECDD5
Tints of Ghost #CECDD5
RGB
CMYK
RGB Variations
Color information
#CECDD5 (or 0xCECDD5) is known color: Ghost. HEX triplet: CE, CD and D5. RGB value is (206,205,213). Sum of RGB (Red+Green+Blue) = 206+205+213=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 213 - color contains mainly: blue. Hex color #CECDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDD5 is #31322A. Grayscale: #CECECE. Windows color (decimal): -3224107 or 14011854. OLE color: 14011854.
HSL color Cylindrical-coordinate representation of color #CECDD5: hue angle of 247.5º 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 #CECDD5 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 205 | 213 | - |
CMYK | 0.03 | 0.04 | 0 | 0.16 |
HSL | 247.5º | 0.09% | 0.82% | - |
HSV(B) | 247.5º | 0.04% | 0.84% | - |
XYZ | 59.3 | 61.59 | 71.71 | - |
YUV | 206.21 | 131.83 | 127.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 213 | 0.03 | 0.04 | 0 | 0.16 | 247.5 | 0.09 | 0.82 |
Hex | CE | CD | D5 | 3 | 4 | 0 | 10 | F8 | 9 | 52 |
Octal | 316 | 315 | 325 | 3 | 4 | 0 | 20 | 370 | 11 | 122 |
Binary | 11001110 | 11001101 | 11010101 | 11 | 100 | 0 | 10000 | 11111000 | 1001 | 1010010 |
Color Harmonies of #CECDD5
Complementary color
Monochromatic Colors of #CECDD5
Black with #CECDD5
Text Example
Text Example
White with #CECDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDD5; }
p { color: rgb(206,205,213); }
H1.HeaderClassName
{
color: #CECDD5;
}
.AnyTagClassName
{
color: #CECDD5;
}
</style>
background-color css
<style>
a { background-color: #CECDD5; }
a { background-color: rgb(206,205,213); }
div.DivClassName
{
background-color: #CECDD5;
}
.BgClassName
{
background-color: #CECDD5;
}
</style>
border-color css
<style>
span { border-color: #CECDD5; }
span { border-color: rgb(206,205,213); }
td.TdClassName
{
border-color: #CECDD5;
}
.TagClassName
{
border-color: #CECDD5;
}
</style>