Html Css Color HEX #D9D8C8 Loafer

📋 copy color: '#D9D8C8'

red 217 ◦ green 216 ◦ blue 200

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

Shades of Loafer #D9D8C8

Tints of Loafer #D9D8C8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.12%

 BLUE value IS 200 (78.52% from 255) = 31.6%

R = 34.28%
G = 34.12%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D9D8C8 (or 0xD9D8C8) is known color: Loafer. HEX triplet: D9, D8 and C8. RGB value is (217,216,200). Sum of RGB (Red+Green+Blue) = 217+216+200=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8C8 is #262737. Grayscale: #D6D6D6. Windows color (decimal): -2500408 or 13162713. OLE color: 13162713.

HSL color Cylindrical-coordinate representation of color #D9D8C8: hue angle of 56.47º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9D8C8 is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 216 200 -
CMYK 0 0.00 0.08 0.15
HSL 56.47º 0.18% 0.82% -
HSV(B) 56.47º 0.08% 0.85% -
XYZ 63.6 68.03 64.42 -
YUV 214.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 217 216 200 0 0.00 0.08 0.15 56.47 0.18 0.82
Hex D9 D8 C8 0 0 8 F 38 12 52
Octal 331 330 310 0 0 10 17 70 22 122
Binary 11011001 11011000 11001000 0 0 1000 1111 111000 10010 1010010

Color Harmonies of #D9D8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D8C8

Black with #D9D8C8

Text Example


Text Example

White with #D9D8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D8C8; }

 p { color: rgb(217,216,200); }

 H1.HeaderClassName
 {
   color: #D9D8C8;
 }
 .AnyTagClassName
 {
   color: #D9D8C8;
 }
</style>

background-color css

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

 a { background-color: rgb(217,216,200); }

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

border-color css

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

 span { border-color: rgb(217,216,200); }

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