#DDDAD4

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

Shades of Merino #DDDAD4

Tints of Merino #DDDAD4

Color information

#DDDAD4 (or 0xDDDAD4) is unknown color: approx Merino. HEX triplet: DD, DA and D4. RGB value is (221,218,212). Sum of RGB (Red+Green+Blue) = 221+218+212=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAD4 is #22252B. Grayscale: #DADADA. Windows color (decimal): -2237740 or 13949661. OLE color: 13949661.

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

Color convert

RGB221218212-
CMYK00.010.040.13
HSL40º11.69%84.9%-
HSV(B)40º4.07%86.67%-
XYZ66.7770.2772.33-
YUV218.21124.49129.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 212 (83.20% from 255) = 32.57%
R=33.95%
G=33.49%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121821200.010.040.134011.6984.9
HexDDDAD4014D28c55
Octal335332324014155014125
Binary11011101110110101101010001100110110100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAD4; }

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

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

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

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

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

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

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

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