Html Css Color HEX #DDBEC9 Melanie

📋 copy color: '#DDBEC9'

red 221 ◦ green 190 ◦ blue 201

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

Shades of Melanie #DDBEC9

Tints of Melanie #DDBEC9

RGB

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

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

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

R = 36.11%
G = 31.05%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDBEC9 (or 0xDDBEC9) is known color: Melanie. HEX triplet: DD, BE and C9. RGB value is (221,190,201). Sum of RGB (Red+Green+Blue) = 221+190+201=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC9 is #224136. Grayscale: #C8C8C8. Windows color (decimal): -2244919 or 13221597. OLE color: 13221597.

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

Color convert

RGB 221 190 201 -
CMYK 0 0.14 0.09 0.13
HSL 338.71º 0.31% 0.81% -
HSV(B) 338.71º 0.14% 0.87% -
XYZ 58.77 56.42 63.05 -
YUV 200.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 221 190 201 0 0.14 0.09 0.13 338.71 0.31 0.81
Hex DD BE C9 0 E 9 D 153 1F 51
Octal 335 276 311 0 16 11 15 523 37 121
Binary 11011101 10111110 11001001 0 1110 1001 1101 101010011 11111 1010001

Color Harmonies of #DDBEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEC9

Black with #DDBEC9

Text Example


Text Example

White with #DDBEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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