#D0CFD7

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

Shades of Ghost #D0CFD7

Tints of Ghost #D0CFD7

Color information

#D0CFD7 (or 0xD0CFD7) is unknown color: approx Ghost. HEX triplet: D0, CF and D7. RGB value is (208,207,215). Sum of RGB (Red+Green+Blue) = 208+207+215=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0CFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFD7 is #2F3028. Grayscale: #D0D0D0. Windows color (decimal): -3092521 or 14143440. OLE color: 14143440.

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

Color convert

RGB208207215-
CMYK0.030.0400.16
HSL247.5º9.09%82.75%-
HSV(B)247.5º3.72%84.31%-
XYZ60.5962.9473.25-
YUV208.21131.83127.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.02%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 215 (84.38% from 255) = 34.13%
R=33.02%
G=32.86%
B=34.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082072150.030.0400.16247.59.0982.75
HexD0CFD734010f8953
Octal3203173273402037011123
Binary110100001100111111010111111000100001111100010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFD7; }

 p { color: rgb(208,207,215); }

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

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

 a { background-color: rgb(208,207,215); }

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

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

 span { border-color: rgb(208,207,215); }

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