Shades of Ghost #CECDD3
Tints of Ghost #CECDD3
RGB
CMYK
RGB Variations
Color information
#CECDD3 (or 0xCECDD3) is known color: Ghost. HEX triplet: CE, CD and D3. RGB value is (206,205,211). Sum of RGB (Red+Green+Blue) = 206+205+211=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 211 - color contains mainly: blue. Hex color #CECDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDD3 is #31322C. Grayscale: #CDCDCD. Windows color (decimal): -3224109 or 13880782. OLE color: 13880782.
HSL color Cylindrical-coordinate representation of color #CECDD3: hue angle of 250º degrees, saturation: 0.06, 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 #CECDD3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 205 | 211 | - |
CMYK | 0.02 | 0.03 | 0 | 0.17 |
HSL | 250º | 0.06% | 0.82% | - |
HSV(B) | 250º | 0.03% | 0.83% | - |
XYZ | 59.04 | 61.49 | 70.38 | - |
YUV | 205.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 211 | 0.02 | 0.03 | 0 | 0.17 | 250 | 0.06 | 0.82 |
Hex | CE | CD | D3 | 2 | 3 | 0 | 11 | FA | 6 | 52 |
Octal | 316 | 315 | 323 | 2 | 3 | 0 | 21 | 372 | 6 | 122 |
Binary | 11001110 | 11001101 | 11010011 | 10 | 11 | 0 | 10001 | 11111010 | 110 | 1010010 |
Color Harmonies of #CECDD3
Complementary color
Monochromatic Colors of #CECDD3
Black with #CECDD3
Text Example
Text Example
White with #CECDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDD3; }
p { color: rgb(206,205,211); }
H1.HeaderClassName
{
color: #CECDD3;
}
.AnyTagClassName
{
color: #CECDD3;
}
</style>
background-color css
<style>
a { background-color: #CECDD3; }
a { background-color: rgb(206,205,211); }
div.DivClassName
{
background-color: #CECDD3;
}
.BgClassName
{
background-color: #CECDD3;
}
</style>
border-color css
<style>
span { border-color: #CECDD3; }
span { border-color: rgb(206,205,211); }
td.TdClassName
{
border-color: #CECDD3;
}
.TagClassName
{
border-color: #CECDD3;
}
</style>