Shades of Ghost #CECDD4
Tints of Ghost #CECDD4
RGB
CMYK
RGB Variations
Color information
#CECDD4 (or 0xCECDD4) is known color: Ghost. HEX triplet: CE, CD and D4. RGB value is (206,205,212). Sum of RGB (Red+Green+Blue) = 206+205+212=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 212 - color contains mainly: blue. Hex color #CECDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDD4 is #31322B. Grayscale: #CECECE. Windows color (decimal): -3224108 or 13946318. OLE color: 13946318.
HSL color Cylindrical-coordinate representation of color #CECDD4: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECDD4 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 205 | 212 | - |
CMYK | 0.03 | 0.03 | 0 | 0.17 |
HSL | 248.57º | 0.08% | 0.82% | - |
HSV(B) | 248.57º | 0.03% | 0.83% | - |
XYZ | 59.17 | 61.54 | 71.05 | - |
YUV | 206.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 212 | 0.03 | 0.03 | 0 | 0.17 | 248.57 | 0.08 | 0.82 |
Hex | CE | CD | D4 | 3 | 3 | 0 | 11 | F9 | 8 | 52 |
Octal | 316 | 315 | 324 | 3 | 3 | 0 | 21 | 371 | 10 | 122 |
Binary | 11001110 | 11001101 | 11010100 | 11 | 11 | 0 | 10001 | 11111001 | 1000 | 1010010 |
Color Harmonies of #CECDD4
Complementary color
Monochromatic Colors of #CECDD4
Black with #CECDD4
Text Example
Text Example
White with #CECDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDD4; }
p { color: rgb(206,205,212); }
H1.HeaderClassName
{
color: #CECDD4;
}
.AnyTagClassName
{
color: #CECDD4;
}
</style>
background-color css
<style>
a { background-color: #CECDD4; }
a { background-color: rgb(206,205,212); }
div.DivClassName
{
background-color: #CECDD4;
}
.BgClassName
{
background-color: #CECDD4;
}
</style>
border-color css
<style>
span { border-color: #CECDD4; }
span { border-color: rgb(206,205,212); }
td.TdClassName
{
border-color: #CECDD4;
}
.TagClassName
{
border-color: #CECDD4;
}
</style>