Html Css Color HEX #DDC8C9 Melanie

📋 copy color: '#DDC8C9'

red 221 ◦ green 200 ◦ blue 201

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

Shades of Melanie #DDC8C9

Tints of Melanie #DDC8C9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.15%

 BLUE value IS 201 (78.91% from 255) = 32.32%

R = 35.53%
G = 32.15%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDC8C9 (or 0xDDC8C9) is known color: Melanie. HEX triplet: DD, C8 and C9. RGB value is (221,200,201). Sum of RGB (Red+Green+Blue) = 221+200+201=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8C9 is #223736. Grayscale: #CECECE. Windows color (decimal): -2242359 or 13224157. OLE color: 13224157.

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

Color convert

RGB 221 200 201 -
CMYK 0 0.10 0.09 0.13
HSL 357.14º 0.24% 0.83% -
HSV(B) 357.14º 0.1% 0.87% -
XYZ 61.02 60.9 63.8 -
YUV 206.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 221 200 201 0 0.10 0.09 0.13 357.14 0.24 0.83
Hex DD C8 C9 0 A 9 D 165 18 53
Octal 335 310 311 0 12 11 15 545 30 123
Binary 11011101 11001000 11001001 0 1010 1001 1101 101100101 11000 1010011

Color Harmonies of #DDC8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC8C9

Black with #DDC8C9

Text Example


Text Example

White with #DDC8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC8C9; }

 p { color: rgb(221,200,201); }

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

background-color css

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

 a { background-color: rgb(221,200,201); }

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

border-color css

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

 span { border-color: rgb(221,200,201); }

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