#D7C8CD

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

Shades of Prim #D7C8CD

Tints of Prim #D7C8CD

Color information

#D7C8CD (or 0xD7C8CD) is unknown color: approx Prim. HEX triplet: D7, C8 and CD. RGB value is (215,200,205). Sum of RGB (Red+Green+Blue) = 215+200+205=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8CD is #283732. Grayscale: #CDCDCD. Windows color (decimal): -2635571 or 13486295. OLE color: 13486295.

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

Color convert

RGB215200205-
CMYK00.070.050.16
HSL340º15.79%81.37%-
HSV(B)340º6.98%84.31%-
XYZ59.760.1666.22-
YUV205.06127.97135.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.68%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=34.68%
G=32.26%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520020500.070.050.1634015.7981.37
HexD7C8CD075101541051
Octal3273103150752052420121
Binary110101111100100011001101011110110000101010100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C8CD; }

 p { color: rgb(215,200,205); }

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

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

 a { background-color: rgb(215,200,205); }

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

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

 span { border-color: rgb(215,200,205); }

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