#DFD4D2

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

Shades of Ebb #DFD4D2

Tints of Ebb #DFD4D2

Color information

#DFD4D2 (or 0xDFD4D2) is unknown color: approx Ebb. HEX triplet: DF, D4 and D2. RGB value is (223,212,210). Sum of RGB (Red+Green+Blue) = 223+212+210=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4D2 is #202B2D. Grayscale: #D7D7D7. Windows color (decimal): -2108206 or 13817055. OLE color: 13817055.

HSL color Cylindrical-coordinate representation of color #DFD4D2: hue angle of 9.23º degrees, saturation: 0.17, 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 #DFD4D2 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223212210-
CMYK00.050.060.13
HSL9.23º16.88%84.9%-
HSV(B)9.23º5.83%87.45%-
XYZ65.6167.4370.53-
YUV215.06125.14133.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 212 (83.20% from 255) = 32.87%
BLUE value IS 210 (82.42% from 255) = 32.56%
R=34.57%
G=32.87%
B=32.56%

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
Decimal22321221000.050.060.139.2316.8884.9
HexDFD4D2056D91155
Octal337324322056151121125
Binary110111111101010011010010010111011011001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4D2; }

 p { color: rgb(223,212,210); }

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

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

 a { background-color: rgb(223,212,210); }

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

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

 span { border-color: rgb(223,212,210); }

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