#D8D9D5

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

Shades of Feta #D8D9D5

Tints of Feta #D8D9D5

Color information

#D8D9D5 (or 0xD8D9D5) is unknown color: approx Feta. HEX triplet: D8, D9 and D5. RGB value is (216,217,213). Sum of RGB (Red+Green+Blue) = 216+217+213=646 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.44% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D9D5 is #27262A. Grayscale: #D8D8D8. Windows color (decimal): -2565675 or 14014936. OLE color: 14014936.

HSL color Cylindrical-coordinate representation of color #D8D9D5: hue angle of 75º degrees, saturation: 0.05, 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 #D8D9D5 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB216217213-
CMYK0.0000.020.15
HSL75º5%84.31%-
HSV(B)75º1.84%85.1%-
XYZ65.1469.0372.84-
YUV216.24126.17127.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.44%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 213 (83.59% from 255) = 32.97%
R=33.44%
G=33.59%
B=32.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162172130.0000.020.1575584.31
HexD8D9D5002F4b554
Octal330331325002171135124
Binary1101100011011001110101010010111110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D9D5; }

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

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

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

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

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

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

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

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