#DFD4D1

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

Shades of Ebb #DFD4D1

Tints of Ebb #DFD4D1

Color information

#DFD4D1 (or 0xDFD4D1) is unknown color: approx Ebb. HEX triplet: DF, D4 and D1. RGB value is (223,212,209). Sum of RGB (Red+Green+Blue) = 223+212+209=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4D1 is #202B2E. Grayscale: #D6D6D6. Windows color (decimal): -2108207 or 13751519. OLE color: 13751519.

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

Color convert

RGB223212209-
CMYK00.050.060.13
HSL12.86º17.95%84.71%-
HSV(B)12.86º6.28%87.45%-
XYZ65.4867.3869.88-
YUV214.95124.64133.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 212 (83.20% from 255) = 32.92%
BLUE value IS 209 (82.03% from 255) = 32.45%
R=34.63%
G=32.92%
B=32.45%

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
Decimal22321220900.050.060.1312.8617.9584.71
HexDFD4D1056Dd1255
Octal337324321056151522125
Binary110111111101010011010001010111011011101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4D1; }

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

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

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

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

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

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

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

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