Html Css Color HEX #DDC1C6 Melanie

📋 copy color: '#DDC1C6'

red 221 ◦ green 193 ◦ blue 198

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

Shades of Melanie #DDC1C6

Tints of Melanie #DDC1C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.35%

R = 36.11%
G = 31.54%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDC1C6 (or 0xDDC1C6) is known color: Melanie. HEX triplet: DD, C1 and C6. RGB value is (221,193,198). Sum of RGB (Red+Green+Blue) = 221+193+198=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1C6 is #223E39. Grayscale: #C9C9C9. Windows color (decimal): -2244154 or 13025757. OLE color: 13025757.

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

Color convert

RGB 221 193 198 -
CMYK 0 0.13 0.10 0.13
HSL 349.29º 0.29% 0.81% -
HSV(B) 349.29º 0.13% 0.87% -
XYZ 59.08 57.59 61.43 -
YUV 201.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 221 193 198 0 0.13 0.10 0.13 349.29 0.29 0.81
Hex DD C1 C6 0 D A D 15D 1D 51
Octal 335 301 306 0 15 12 15 535 35 121
Binary 11011101 11000001 11000110 0 1101 1010 1101 101011101 11101 1010001

Color Harmonies of #DDC1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC1C6

Black with #DDC1C6

Text Example


Text Example

White with #DDC1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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