#DFDBDA

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

Shades of Ebb #DFDBDA

Tints of Ebb #DFDBDA

Color information

#DFDBDA (or 0xDFDBDA) is unknown color: approx Ebb. HEX triplet: DF, DB and DA. RGB value is (223,219,218). Sum of RGB (Red+Green+Blue) = 223+219+218=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBDA is #202425. Grayscale: #DCDCDC. Windows color (decimal): -2106406 or 14343135. OLE color: 14343135.

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

Color convert

RGB223219218-
CMYK00.020.020.13
HSL12º7.25%86.47%-
HSV(B)12º2.24%87.45%-
XYZ68.4271.4176.51-
YUV220.08126.83130.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.79%
GREEN value IS 219 (85.94% from 255) = 33.18%
BLUE value IS 218 (85.55% from 255) = 33.03%
R=33.79%
G=33.18%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321921800.020.020.13127.2586.47
HexDFDBDA022Dc756
Octal33733333202215147126
Binary11011111110110111101101001010110111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBDA; }

 p { color: rgb(223,219,218); }

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

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

 a { background-color: rgb(223,219,218); }

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

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

 span { border-color: rgb(223,219,218); }

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