#DFD3D0

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

Shades of Ebb #DFD3D0

Tints of Ebb #DFD3D0

Color information

#DFD3D0 (or 0xDFD3D0) is unknown color: approx Ebb. HEX triplet: DF, D3 and D0. RGB value is (223,211,208). Sum of RGB (Red+Green+Blue) = 223+211+208=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3D0 is #202C2F. Grayscale: #D6D6D6. Windows color (decimal): -2108464 or 13685727. OLE color: 13685727.

HSL color Cylindrical-coordinate representation of color #DFD3D0: hue angle of 12º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD3D0 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB223211208-
CMYK00.050.070.13
HSL12º18.99%84.51%-
HSV(B)12º6.73%87.45%-
XYZ65.1166.8369.14-
YUV214.25124.48134.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 211 (82.81% from 255) = 32.87%
BLUE value IS 208 (81.64% from 255) = 32.40%
R=34.74%
G=32.87%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321120800.050.070.131218.9984.51
HexDFD3D0057Dc1355
Octal337323320057151423125
Binary110111111101001111010000010111111011100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3D0; }

 p { color: rgb(223,211,208); }

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

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

 a { background-color: rgb(223,211,208); }

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

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

 span { border-color: rgb(223,211,208); }

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