#CFCED4

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

Shades of Ghost #CFCED4

Tints of Ghost #CFCED4

Color information

#CFCED4 (or 0xCFCED4) is unknown color: approx Ghost. HEX triplet: CF, CE and D4. RGB value is (207,206,212). Sum of RGB (Red+Green+Blue) = 207+206+212=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFCED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCED4 is #30312B. Grayscale: #CECECE. Windows color (decimal): -3158316 or 13946575. OLE color: 13946575.

HSL color Cylindrical-coordinate representation of color #CFCED4: hue angle of 250º degrees, saturation: 0.07, 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 #CFCED4 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207206212-
CMYK0.020.0300.17
HSL250º6.52%81.96%-
HSV(B)250º2.83%83.14%-
XYZ59.6962.1671.14-
YUV206.98130.83128.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.12%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=33.12%
G=32.96%
B=33.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072062120.020.0300.172506.5281.96
HexCFCED423011fa752
Octal317316324230213727122
Binary1100111111001110110101001011010001111110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCED4; }

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

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

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

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

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

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

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

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