Html Css Color HEX #DDBEC8 Melanie

📋 copy color: '#DDBEC8'

red 221 ◦ green 190 ◦ blue 200

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

Shades of Melanie #DDBEC8

Tints of Melanie #DDBEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.73%

R = 36.17%
G = 31.1%
B = 32.73%

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

#DDBEC8 (or 0xDDBEC8) is known color: Melanie. HEX triplet: DD, BE and C8. RGB value is (221,190,200). Sum of RGB (Red+Green+Blue) = 221+190+200=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC8 is #224137. Grayscale: #C8C8C8. Windows color (decimal): -2244920 or 13156061. OLE color: 13156061.

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

Color convert

RGB 221 190 200 -
CMYK 0 0.14 0.10 0.13
HSL 340.65º 0.31% 0.81% -
HSV(B) 340.65º 0.14% 0.87% -
XYZ 58.66 56.37 62.43 -
YUV 200.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 221 190 200 0 0.14 0.10 0.13 340.65 0.31 0.81
Hex DD BE C8 0 E A D 155 1F 51
Octal 335 276 310 0 16 12 15 525 37 121
Binary 11011101 10111110 11001000 0 1110 1010 1101 101010101 11111 1010001

Color Harmonies of #DDBEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEC8

Black with #DDBEC8

Text Example


Text Example

White with #DDBEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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