Html Css Color HEX #DDDAD4 Merino

📋 copy color: '#DDDAD4'

red 221 ◦ green 218 ◦ blue 212

#DDDAD4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merino #DDDAD4

Tints of Merino #DDDAD4

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.2% from 255) = 32.57%

R = 33.95%
G = 33.49%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDDAD4 (or 0xDDDAD4) is known color: 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

RGB 221 218 212 -
CMYK 0 0.01 0.04 0.13
HSL 40º 0.12% 0.85% -
HSV(B) 40º 0.04% 0.87% -
XYZ 66.77 70.27 72.33 -
YUV 218.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 221 218 212 0 0.01 0.04 0.13 40 0.12 0.85
Hex DD DA D4 0 1 4 D 28 C 55
Octal 335 332 324 0 1 4 15 50 14 125
Binary 11011101 11011010 11010100 0 1 100 1101 101000 1100 1010101

Color Harmonies of #DDDAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDAD4

Black with #DDDAD4

Text Example


Text Example

White with #DDDAD4

Text Example


Text Example

HTML Codes & Css Web 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>