Html Css Color HEX #DDADBB Melanie

📋 copy color: '#DDADBB'

red 221 ◦ green 173 ◦ blue 187

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

Shades of Melanie #DDADBB

Tints of Melanie #DDADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.19%

R = 38.04%
G = 29.78%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDADBB (or 0xDDADBB) is known color: Melanie. HEX triplet: DD, AD and BB. RGB value is (221,173,187). Sum of RGB (Red+Green+Blue) = 221+173+187=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADBB is #225244. Grayscale: #BCBCBC. Windows color (decimal): -2249285 or 12299741. OLE color: 12299741.

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

Color convert

RGB 221 173 187 -
CMYK 0 0.22 0.15 0.13
HSL 342.5º 0.41% 0.77% -
HSV(B) 342.5º 0.22% 0.87% -
XYZ 53.73 48.85 53.61 -
YUV 188.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 221 173 187 0 0.22 0.15 0.13 342.5 0.41 0.77
Hex DD AD BB 0 16 F D 156 29 4D
Octal 335 255 273 0 26 17 15 526 51 115
Binary 11011101 10101101 10111011 0 10110 1111 1101 101010110 101001 1001101

Color Harmonies of #DDADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADBB

Black with #DDADBB

Text Example


Text Example

White with #DDADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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