#DFDAD4

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

Shades of Gallery #DFDAD4

Tints of Gallery #DFDAD4

Color information

#DFDAD4 (or 0xDFDAD4) is unknown color: approx Gallery. HEX triplet: DF, DA and D4. RGB value is (223,218,212). Sum of RGB (Red+Green+Blue) = 223+218+212=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAD4 is #20252B. Grayscale: #DADADA. Windows color (decimal): -2106668 or 13949663. OLE color: 13949663.

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

Color convert

RGB223218212-
CMYK00.020.050.13
HSL32.73º14.67%85.29%-
HSV(B)32.73º4.93%87.45%-
XYZ67.3970.5872.36-
YUV218.81124.16130.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 212 (83.20% from 255) = 32.47%
R=34.15%
G=33.38%
B=32.47%

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
Decimal22321821200.020.050.1332.7314.6785.29
HexDFDAD4025D21f55
Octal337332324025154117125
Binary110111111101101011010100010101110110000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAD4; }

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

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

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

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

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

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

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

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