#DFDAD2

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

Shades of Merino #DFDAD2

Tints of Merino #DFDAD2

Color information

#DFDAD2 (or 0xDFDAD2) is unknown color: approx Merino. HEX triplet: DF, DA and D2. RGB value is (223,218,210). Sum of RGB (Red+Green+Blue) = 223+218+210=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAD2 is #20252D. Grayscale: #DADADA. Windows color (decimal): -2106670 or 13818591. OLE color: 13818591.

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

Color convert

RGB223218210-
CMYK00.020.060.13
HSL36.92º16.88%84.9%-
HSV(B)36.92º5.83%87.45%-
XYZ67.1470.4871.04-
YUV218.58123.16131.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 210 (82.42% from 255) = 32.26%
R=34.25%
G=33.49%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321821000.020.060.1336.9216.8884.9
HexDFDAD2026D251155
Octal337332322026154521125
Binary1101111111011010110100100101101101100101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAD2; }

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

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

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

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

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

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

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

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