#D0CFD5

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

Shades of Ghost #D0CFD5

Tints of Ghost #D0CFD5

Color information

#D0CFD5 (or 0xD0CFD5) is unknown color: approx Ghost. HEX triplet: D0, CF and D5. RGB value is (208,207,213). Sum of RGB (Red+Green+Blue) = 208+207+213=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0CFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFD5 is #2F302A. Grayscale: #CFCFCF. Windows color (decimal): -3092523 or 14012368. OLE color: 14012368.

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

Color convert

RGB208207213-
CMYK0.020.0300.16
HSL250º6.67%82.35%-
HSV(B)250º2.82%83.53%-
XYZ60.3462.8471.9-
YUV207.98130.83128.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.12%
GREEN value IS 207 (81.25% from 255) = 32.96%
BLUE value IS 213 (83.59% 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.16
SystemRedGreenBlueCMYKHSL
Decimal2082072130.020.0300.162506.6782.35
HexD0CFD523010fa752
Octal320317325230203727122
Binary1101000011001111110101011011010000111110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFD5; }

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

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

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

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

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

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

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

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