#CECED3

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

Shades of Ghost #CECED3

Tints of Ghost #CECED3

Color information

#CECED3 (or 0xCECED3) is unknown color: approx Ghost. HEX triplet: CE, CE and D3. RGB value is (206,206,211). Sum of RGB (Red+Green+Blue) = 206+206+211=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 211 - color contains mainly: blue. Hex color #CECED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECED3 is #31312C. Grayscale: #CECECE. Windows color (decimal): -3223853 or 13881038. OLE color: 13881038.

HSL color Cylindrical-coordinate representation of color #CECED3: hue angle of 240º degrees, saturation: 0.05, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECED3 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206206211-
CMYK0.020.0200.17
HSL240º5.38%81.76%-
HSV(B)240º2.37%82.75%-
XYZ59.2861.9770.46-
YUV206.57130.5127.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 211 (82.81% from 255) = 33.87%
R=33.07%
G=33.07%
B=33.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062062110.020.0200.172405.3881.76
HexCECED322011f0552
Octal316316323220213605122
Binary1100111011001110110100111010010001111100001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECED3; }

 p { color: rgb(206,206,211); }

 H1.HeaderClassName
 {
   color: #CECED3;
 }
 .AnyTagClassName
 {
   color: #CECED3;
 }
</style>
background-color css

<style>
 a { background-color: #CECED3; }

 a { background-color: rgb(206,206,211); }

 div.DivClassName
 {
   background-color: #CECED3;
 }
 .BgClassName
 {
   background-color: #CECED3;
 }
</style>
border-color css

<style>
 span { border-color: #CECED3; }

 span { border-color: rgb(206,206,211); }

 td.TdClassName
 {
   border-color: #CECED3;
 }
 .TagClassName
 {
   border-color: #CECED3;
 }
</style>