Html Css Color HEX #DDBDC5 Melanie

📋 copy color: '#DDBDC5'

red 221 ◦ green 189 ◦ blue 197

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

Shades of Melanie #DDBDC5

Tints of Melanie #DDBDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.14%

 BLUE value IS 197 (77.34% from 255) = 32.45%

R = 36.41%
G = 31.14%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DDBDC5 (or 0xDDBDC5) is known color: Melanie. HEX triplet: DD, BD and C5. RGB value is (221,189,197). Sum of RGB (Red+Green+Blue) = 221+189+197=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC5 is #22423A. Grayscale: #C7C7C7. Windows color (decimal): -2245179 or 12959197. OLE color: 12959197.

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

Color convert

RGB 221 189 197 -
CMYK 0 0.14 0.11 0.13
HSL 345º 0.32% 0.8% -
HSV(B) 345º 0.14% 0.87% -
XYZ 58.09 55.8 60.53 -
YUV 199.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 221 189 197 0 0.14 0.11 0.13 345 0.32 0.8
Hex DD BD C5 0 E B D 159 20 50
Octal 335 275 305 0 16 13 15 531 40 120
Binary 11011101 10111101 11000101 0 1110 1011 1101 101011001 100000 1010000

Color Harmonies of #DDBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDC5

Black with #DDBDC5

Text Example


Text Example

White with #DDBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDC5; }

 p { color: rgb(221,189,197); }

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

background-color css

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

 a { background-color: rgb(221,189,197); }

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

border-color css

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

 span { border-color: rgb(221,189,197); }

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