Html Css Color HEX #DDBEC7 Melanie

📋 copy color: '#DDBEC7'

red 221 ◦ green 190 ◦ blue 199

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

Shades of Melanie #DDBEC7

Tints of Melanie #DDBEC7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.15%

 BLUE value IS 199 (78.13% from 255) = 32.62%

R = 36.23%
G = 31.15%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDBEC7 (or 0xDDBEC7) is known color: Melanie. HEX triplet: DD, BE and C7. RGB value is (221,190,199). Sum of RGB (Red+Green+Blue) = 221+190+199=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC7 is #224138. Grayscale: #C8C8C8. Windows color (decimal): -2244921 or 13090525. OLE color: 13090525.

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

Color convert

RGB 221 190 199 -
CMYK 0 0.14 0.10 0.13
HSL 342.58º 0.31% 0.81% -
HSV(B) 342.58º 0.14% 0.87% -
XYZ 58.54 56.32 61.82 -
YUV 200.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 221 190 199 0 0.14 0.10 0.13 342.58 0.31 0.81
Hex DD BE C7 0 E A D 157 1F 51
Octal 335 276 307 0 16 12 15 527 37 121
Binary 11011101 10111110 11000111 0 1110 1010 1101 101010111 11111 1010001

Color Harmonies of #DDBEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEC7

Black with #DDBEC7

Text Example


Text Example

White with #DDBEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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