Html Css Color HEX #DDC1CA Melanie

📋 copy color: '#DDC1CA'

red 221 ◦ green 193 ◦ blue 202

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

Shades of Melanie #DDC1CA

Tints of Melanie #DDC1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.33%

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

R = 35.88%
G = 31.33%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDC1CA (or 0xDDC1CA) is known color: Melanie. HEX triplet: DD, C1 and CA. RGB value is (221,193,202). Sum of RGB (Red+Green+Blue) = 221+193+202=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1CA is #223E35. Grayscale: #CACACA. Windows color (decimal): -2244150 or 13287901. OLE color: 13287901.

HSL color Cylindrical-coordinate representation of color #DDC1CA: hue angle of 340.71º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC1CA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 193 202 -
CMYK 0 0.13 0.09 0.13
HSL 340.71º 0.29% 0.81% -
HSV(B) 340.71º 0.13% 0.87% -
XYZ 59.55 57.78 63.89 -
YUV 202.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 221 193 202 0 0.13 0.09 0.13 340.71 0.29 0.81
Hex DD C1 CA 0 D 9 D 155 1D 51
Octal 335 301 312 0 15 11 15 525 35 121
Binary 11011101 11000001 11001010 0 1101 1001 1101 101010101 11101 1010001

Color Harmonies of #DDC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC1CA

Black with #DDC1CA

Text Example


Text Example

White with #DDC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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