#CFCED5

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

Shades of Ghost #CFCED5

Tints of Ghost #CFCED5

Color information

#CFCED5 (or 0xCFCED5) is unknown color: approx Ghost. HEX triplet: CF, CE and D5. RGB value is (207,206,213). Sum of RGB (Red+Green+Blue) = 207+206+213=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCED5 is #30312A. Grayscale: #CFCFCF. Windows color (decimal): -3158315 or 14012111. OLE color: 14012111.

HSL color Cylindrical-coordinate representation of color #CFCED5: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFCED5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207206213-
CMYK0.030.0300.16
HSL248.57º7.69%82.16%-
HSV(B)248.57º3.29%83.53%-
XYZ59.8162.2171.81-
YUV207.1131.33127.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 206 (80.86% from 255) = 32.91%
BLUE value IS 213 (83.59% 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.16
SystemRedGreenBlueCMYKHSL
Decimal2072062130.030.0300.16248.577.6982.16
HexCFCED533010f9852
Octal3173163253302037110122
Binary11001111110011101101010111110100001111100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCED5; }

 p { color: rgb(207,206,213); }

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

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

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

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

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

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

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