Html Css Color HEX #DDADC2 Melanie

📋 copy color: '#DDADC2'

red 221 ◦ green 173 ◦ blue 194

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

Shades of Melanie #DDADC2

Tints of Melanie #DDADC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.99%

R = 37.59%
G = 29.42%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DDADC2 (or 0xDDADC2) is known color: Melanie. HEX triplet: DD, AD and C2. RGB value is (221,173,194). Sum of RGB (Red+Green+Blue) = 221+173+194=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADC2 is #22523D. Grayscale: #BDBDBD. Windows color (decimal): -2249278 or 12758493. OLE color: 12758493.

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

Color convert

RGB 221 173 194 -
CMYK 0 0.22 0.12 0.13
HSL 333.75º 0.41% 0.77% -
HSV(B) 333.75º 0.22% 0.87% -
XYZ 54.5 49.15 57.65 -
YUV 189.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 221 173 194 0 0.22 0.12 0.13 333.75 0.41 0.77
Hex DD AD C2 0 16 C D 14E 29 4D
Octal 335 255 302 0 26 14 15 516 51 115
Binary 11011101 10101101 11000010 0 10110 1100 1101 101001110 101001 1001101

Color Harmonies of #DDADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADC2

Black with #DDADC2

Text Example


Text Example

White with #DDADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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