#DFD9D7

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

Shades of Ebb #DFD9D7

Tints of Ebb #DFD9D7

Color information

#DFD9D7 (or 0xDFD9D7) is unknown color: approx Ebb. HEX triplet: DF, D9 and D7. RGB value is (223,217,215). Sum of RGB (Red+Green+Blue) = 223+217+215=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9D7 is #202628. Grayscale: #DADADA. Windows color (decimal): -2106921 or 14146015. OLE color: 14146015.

HSL color Cylindrical-coordinate representation of color #DFD9D7: hue angle of 15º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFD9D7 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223217215-
CMYK00.030.040.13
HSL15º11.11%85.88%-
HSV(B)15º3.59%87.45%-
XYZ67.5170.2274.29-
YUV218.57125.99131.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 215 (84.38% from 255) = 32.82%
R=34.05%
G=33.13%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321721500.030.040.131511.1185.88
HexDFD9D7034Dfb56
Octal337331327034151713126
Binary1101111111011001110101110111001101111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9D7; }

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

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

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

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

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

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

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

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