Html Css Color HEX #DDADBA Melanie

📋 copy color: '#DDADBA'

red 221 ◦ green 173 ◦ blue 186

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

Shades of Melanie #DDADBA

Tints of Melanie #DDADBA

RGB

 RED value IS 221 (86.72% from 255) = 38.1%

 GREEN value IS 173 (67.97% from 255) = 29.83%

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 38.1%
G = 29.83%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDADBA (or 0xDDADBA) is known color: Melanie. HEX triplet: DD, AD and BA. RGB value is (221,173,186). Sum of RGB (Red+Green+Blue) = 221+173+186=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADBA is #225245. Grayscale: #BCBCBC. Windows color (decimal): -2249286 or 12234205. OLE color: 12234205.

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

Color convert

RGB 221 173 186 -
CMYK 0 0.22 0.16 0.13
HSL 343.75º 0.41% 0.77% -
HSV(B) 343.75º 0.22% 0.87% -
XYZ 53.63 48.8 53.05 -
YUV 188.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 221 173 186 0 0.22 0.16 0.13 343.75 0.41 0.77
Hex DD AD BA 0 16 10 D 158 29 4D
Octal 335 255 272 0 26 20 15 530 51 115
Binary 11011101 10101101 10111010 0 10110 10000 1101 101011000 101001 1001101

Color Harmonies of #DDADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADBA

Black with #DDADBA

Text Example


Text Example

White with #DDADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADBA; }

 p { color: rgb(221,173,186); }

 H1.HeaderClassName
 {
   color: #DDADBA;
 }
 .AnyTagClassName
 {
   color: #DDADBA;
 }
</style>

background-color css

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

 a { background-color: rgb(221,173,186); }

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

border-color css

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

 span { border-color: rgb(221,173,186); }

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