Html Css Color HEX #DDC7CB Melanie

📋 copy color: '#DDC7CB'

red 221 ◦ green 199 ◦ blue 203

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

Shades of Melanie #DDC7CB

Tints of Melanie #DDC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.94%

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

R = 35.47%
G = 31.94%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDC7CB (or 0xDDC7CB) is known color: Melanie. HEX triplet: DD, C7 and CB. RGB value is (221,199,203). Sum of RGB (Red+Green+Blue) = 221+199+203=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7CB is #223834. Grayscale: #CECECE. Windows color (decimal): -2242613 or 13354973. OLE color: 13354973.

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

Color convert

RGB 221 199 203 -
CMYK 0 0.10 0.08 0.13
HSL 349.09º 0.24% 0.82% -
HSV(B) 349.09º 0.1% 0.87% -
XYZ 61.02 60.53 64.97 -
YUV 206.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 221 199 203 0 0.10 0.08 0.13 349.09 0.24 0.82
Hex DD C7 CB 0 A 8 D 15D 18 52
Octal 335 307 313 0 12 10 15 535 30 122
Binary 11011101 11000111 11001011 0 1010 1000 1101 101011101 11000 1010010

Color Harmonies of #DDC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC7CB

Black with #DDC7CB

Text Example


Text Example

White with #DDC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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