Html Css Color HEX #DDADC3 Melanie

📋 copy color: '#DDADC3'

red 221 ◦ green 173 ◦ blue 195

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

Shades of Melanie #DDADC3

Tints of Melanie #DDADC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.11%

R = 37.52%
G = 29.37%
B = 33.11%

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

#DDADC3 (or 0xDDADC3) is known color: Melanie. HEX triplet: DD, AD and C3. RGB value is (221,173,195). Sum of RGB (Red+Green+Blue) = 221+173+195=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADC3 is #22523C. Grayscale: #BDBDBD. Windows color (decimal): -2249277 or 12824029. OLE color: 12824029.

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

Color convert

RGB 221 173 195 -
CMYK 0 0.22 0.12 0.13
HSL 332.5º 0.41% 0.77% -
HSV(B) 332.5º 0.22% 0.87% -
XYZ 54.61 49.2 58.25 -
YUV 189.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 221 173 195 0 0.22 0.12 0.13 332.5 0.41 0.77
Hex DD AD C3 0 16 C D 14C 29 4D
Octal 335 255 303 0 26 14 15 514 51 115
Binary 11011101 10101101 11000011 0 10110 1100 1101 101001100 101001 1001101

Color Harmonies of #DDADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADC3

Black with #DDADC3

Text Example


Text Example

White with #DDADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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