#DFDAD9

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

Shades of Ebb #DFDAD9

Tints of Ebb #DFDAD9

Color information

#DFDAD9 (or 0xDFDAD9) is unknown color: approx Ebb. HEX triplet: DF, DA and D9. RGB value is (223,218,217). Sum of RGB (Red+Green+Blue) = 223+218+217=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAD9 is #202526. Grayscale: #DBDBDB. Windows color (decimal): -2106663 or 14277343. OLE color: 14277343.

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

Color convert

RGB223218217-
CMYK00.020.030.13
HSL10º8.57%86.27%-
HSV(B)10º2.69%87.45%-
XYZ68.0370.8475.73-
YUV219.38126.66130.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.89%
GREEN value IS 218 (85.55% from 255) = 33.13%
BLUE value IS 217 (85.16% from 255) = 32.98%
R=33.89%
G=33.13%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321821700.020.030.13108.5786.27
HexDFDAD9023Da956
Octal337332331023151211126
Binary110111111101101011011001010111101101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAD9; }

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

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

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

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

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

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

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

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