#DFD3D1

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

Shades of Ebb #DFD3D1

Tints of Ebb #DFD3D1

Color information

#DFD3D1 (or 0xDFD3D1) is unknown color: approx Ebb. HEX triplet: DF, D3 and D1. RGB value is (223,211,209). Sum of RGB (Red+Green+Blue) = 223+211+209=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 211 (82.81% from 255 or 32.81% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3D1 is #202C2E. Grayscale: #D6D6D6. Windows color (decimal): -2108463 or 13751263. OLE color: 13751263.

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

Color convert

RGB223211209-
CMYK00.050.060.13
HSL8.57º17.95%84.71%-
HSV(B)8.57º6.28%87.45%-
XYZ65.2366.8869.79-
YUV214.36124.98134.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 211 (82.81% from 255) = 32.81%
BLUE value IS 209 (82.03% from 255) = 32.50%
R=34.68%
G=32.81%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321120900.050.060.138.5717.9584.71
HexDFD3D1056D91255
Octal337323321056151122125
Binary110111111101001111010001010111011011001100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3D1; }

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

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

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

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

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

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

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

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