Html Css Color HEX #DDC4CA Melanie

📋 copy color: '#DDC4CA'

red 221 ◦ green 196 ◦ blue 202

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

Shades of Melanie #DDC4CA

Tints of Melanie #DDC4CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.63%

R = 35.7%
G = 31.66%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDC4CA (or 0xDDC4CA) is known color: Melanie. HEX triplet: DD, C4 and CA. RGB value is (221,196,202). Sum of RGB (Red+Green+Blue) = 221+196+202=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4CA is #223B35. Grayscale: #CCCCCC. Windows color (decimal): -2243382 or 13288669. OLE color: 13288669.

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

Color convert

RGB 221 196 202 -
CMYK 0 0.11 0.09 0.13
HSL 345.6º 0.27% 0.82% -
HSV(B) 345.6º 0.11% 0.87% -
XYZ 60.22 59.12 64.11 -
YUV 204.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 221 196 202 0 0.11 0.09 0.13 345.6 0.27 0.82
Hex DD C4 CA 0 B 9 D 15A 1B 52
Octal 335 304 312 0 13 11 15 532 33 122
Binary 11011101 11000100 11001010 0 1011 1001 1101 101011010 11011 1010010

Color Harmonies of #DDC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4CA

Black with #DDC4CA

Text Example


Text Example

White with #DDC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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