Html Css Color HEX #DDBDC4 Melanie

📋 copy color: '#DDBDC4'

red 221 ◦ green 189 ◦ blue 196

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

Shades of Melanie #DDBDC4

Tints of Melanie #DDBDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.34%

R = 36.47%
G = 31.19%
B = 32.34%

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

#DDBDC4 (or 0xDDBDC4) is known color: Melanie. HEX triplet: DD, BD and C4. RGB value is (221,189,196). Sum of RGB (Red+Green+Blue) = 221+189+196=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC4 is #22423B. Grayscale: #C7C7C7. Windows color (decimal): -2245180 or 12893661. OLE color: 12893661.

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

Color convert

RGB 221 189 196 -
CMYK 0 0.14 0.11 0.13
HSL 346.88º 0.32% 0.8% -
HSV(B) 346.88º 0.14% 0.87% -
XYZ 57.98 55.75 59.93 -
YUV 199.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 221 189 196 0 0.14 0.11 0.13 346.88 0.32 0.8
Hex DD BD C4 0 E B D 15B 20 50
Octal 335 275 304 0 16 13 15 533 40 120
Binary 11011101 10111101 11000100 0 1110 1011 1101 101011011 100000 1010000

Color Harmonies of #DDBDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDC4

Black with #DDBDC4

Text Example


Text Example

White with #DDBDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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