#CECDD4

Color #CECDD4 Ghost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ghost #CECDD4

Tints of Ghost #CECDD4

Color information

#CECDD4 (or 0xCECDD4) is unknown color: approx 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

RGB206205212-
CMYK0.030.0300.17
HSL248.57º7.53%81.76%-
HSV(B)248.57º3.3%83.14%-
XYZ59.1761.5471.05-
YUV206.1131.33127.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=33.07%
G=32.91%
B=34.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062052120.030.0300.17248.577.5381.76
HexCECDD433011f9852
Octal3163153243302137110122
Binary11001110110011011101010011110100011111100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>