#DFD8D6

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

Shades of Ebb #DFD8D6

Tints of Ebb #DFD8D6

Color information

#DFD8D6 (or 0xDFD8D6) is unknown color: approx Ebb. HEX triplet: DF, D8 and D6. RGB value is (223,216,214). Sum of RGB (Red+Green+Blue) = 223+216+214=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8D6 is #202729. Grayscale: #D9D9D9. Windows color (decimal): -2107178 or 14080223. OLE color: 14080223.

HSL color Cylindrical-coordinate representation of color #DFD8D6: hue angle of 13.33º degrees, saturation: 0.12, 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 #DFD8D6 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223216214-
CMYK00.030.040.13
HSL13.33º12.33%85.69%-
HSV(B)13.33º4.04%87.45%-
XYZ67.1269.6573.53-
YUV217.86125.82131.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 216 (84.77% from 255) = 33.08%
BLUE value IS 214 (83.98% from 255) = 32.77%
R=34.15%
G=33.08%
B=32.77%

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
Decimal22321621400.030.040.1313.3312.3385.69
HexDFD8D6034Ddc56
Octal337330326034151514126
Binary1101111111011000110101100111001101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8D6; }

 p { color: rgb(223,216,214); }

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

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

 a { background-color: rgb(223,216,214); }

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

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

 span { border-color: rgb(223,216,214); }

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