#D7D8D4

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

Shades of Feta #D7D8D4

Tints of Feta #D7D8D4

Color information

#D7D8D4 (or 0xD7D8D4) is unknown color: approx Feta. HEX triplet: D7, D8 and D4. RGB value is (215,216,212). Sum of RGB (Red+Green+Blue) = 215+216+212=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D8D4 is #28272B. Grayscale: #D7D7D7. Windows color (decimal): -2631468 or 13949143. OLE color: 13949143.

HSL color Cylindrical-coordinate representation of color #D7D8D4: 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 #D7D8D4 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB215216212-
CMYK0.0000.020.15
HSL75º4.88%83.92%-
HSV(B)75º1.85%84.71%-
XYZ64.4668.3172.08-
YUV215.24126.17127.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.44%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 212 (83.20% 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
Decimal2152162120.0000.020.15754.8883.92
HexD7D8D4002F4b554
Octal327330324002171135124
Binary1101011111011000110101000010111110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D8D4; }

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

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

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

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

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

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

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

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