#D9D4D7

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

Shades of Prim #D9D4D7

Tints of Prim #D9D4D7

Color information

#D9D4D7 (or 0xD9D4D7) is unknown color: approx Prim. HEX triplet: D9, D4 and D7. RGB value is (217,212,215). Sum of RGB (Red+Green+Blue) = 217+212+215=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D4D7 is #262B28. Grayscale: #D5D5D5. Windows color (decimal): -2501417 or 14144729. OLE color: 14144729.

HSL color Cylindrical-coordinate representation of color #D9D4D7: hue angle of 324º degrees, saturation: 0.06, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9D4D7 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217212215-
CMYK00.020.010.15
HSL324º6.17%84.12%-
HSV(B)324º2.3%85.1%-
XYZ64.4266.7473.78-
YUV213.84128.66130.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.70%
GREEN value IS 212 (83.20% from 255) = 32.92%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=33.70%
G=32.92%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721221500.020.010.153246.1784.12
HexD9D4D7021F144654
Octal331324327021175046124
Binary110110011101010011010111010111111010001001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D4D7; }

 p { color: rgb(217,212,215); }

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

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

 a { background-color: rgb(217,212,215); }

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

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

 span { border-color: rgb(217,212,215); }

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