Html Css Color HEX #DDC4CB Melanie

📋 copy color: '#DDC4CB'

red 221 ◦ green 196 ◦ blue 203

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

Shades of Melanie #DDC4CB

Tints of Melanie #DDC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.61%

 BLUE value IS 203 (79.69% from 255) = 32.74%

R = 35.65%
G = 31.61%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDC4CB (or 0xDDC4CB) is known color: Melanie. HEX triplet: DD, C4 and CB. RGB value is (221,196,203). Sum of RGB (Red+Green+Blue) = 221+196+203=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4CB is #223B34. Grayscale: #CCCCCC. Windows color (decimal): -2243381 or 13354205. OLE color: 13354205.

HSL color Cylindrical-coordinate representation of color #DDC4CB: hue angle of 343.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC4CB is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 203 -
CMYK 0 0.11 0.08 0.13
HSL 343.2º 0.27% 0.82% -
HSV(B) 343.2º 0.11% 0.87% -
XYZ 60.34 59.16 64.74 -
YUV 204.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 221 196 203 0 0.11 0.08 0.13 343.2 0.27 0.82
Hex DD C4 CB 0 B 8 D 157 1B 52
Octal 335 304 313 0 13 10 15 527 33 122
Binary 11011101 11000100 11001011 0 1011 1000 1101 101010111 11011 1010010

Color Harmonies of #DDC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4CB

Black with #DDC4CB

Text Example


Text Example

White with #DDC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4CB; }

 p { color: rgb(221,196,203); }

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

background-color css

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

 a { background-color: rgb(221,196,203); }

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

border-color css

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

 span { border-color: rgb(221,196,203); }

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