Html Css Color HEX #D9D4D7 Prim

📋 copy color: '#D9D4D7'

red 217 ◦ green 212 ◦ blue 215

#D9D4D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prim #D9D4D7

Tints of Prim #D9D4D7

RGB

 RED value IS 217 (85.16% from 255) = 33.7%

 GREEN value IS 212 (83.2% from 255) = 32.92%

 BLUE value IS 215 (84.38% from 255) = 33.39%

R = 33.7%
G = 32.92%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D9D4D7 (or 0xD9D4D7) is known color: 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

RGB 217 212 215 -
CMYK 0 0.02 0.01 0.15
HSL 324º 0.06% 0.84% -
HSV(B) 324º 0.02% 0.85% -
XYZ 64.42 66.74 73.78 -
YUV 213.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 217 212 215 0 0.02 0.01 0.15 324 0.06 0.84
Hex D9 D4 D7 0 2 1 F 144 6 54
Octal 331 324 327 0 2 1 17 504 6 124
Binary 11011001 11010100 11010111 0 10 1 1111 101000100 110 1010100

Color Harmonies of #D9D4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D4D7

Black with #D9D4D7

Text Example


Text Example

White with #D9D4D7

Text Example


Text Example

HTML Codes & Css Web 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>