#DFDAD3

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

Shades of Gallery #DFDAD3

Tints of Gallery #DFDAD3

Color information

#DFDAD3 (or 0xDFDAD3) is unknown color: approx Gallery. HEX triplet: DF, DA and D3. RGB value is (223,218,211). Sum of RGB (Red+Green+Blue) = 223+218+211=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAD3 is #20252C. Grayscale: #DADADA. Windows color (decimal): -2106669 or 13884127. OLE color: 13884127.

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

Color convert

RGB223218211-
CMYK00.020.050.13
HSL35º15.79%85.1%-
HSV(B)35º5.38%87.45%-
XYZ67.2670.5371.7-
YUV218.7123.66131.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=34.20%
G=33.44%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321821100.020.050.133515.7985.1
HexDFDAD3025D231055
Octal337332323025154320125
Binary1101111111011010110100110101011101100011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAD3; }

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

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

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

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

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

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

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

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