Html Css Color HEX #DDBDC3 Melanie

📋 copy color: '#DDBDC3'

red 221 ◦ green 189 ◦ blue 195

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

Shades of Melanie #DDBDC3

Tints of Melanie #DDBDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.23%

R = 36.53%
G = 31.24%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DDBDC3 (or 0xDDBDC3) is known color: Melanie. HEX triplet: DD, BD and C3. RGB value is (221,189,195). Sum of RGB (Red+Green+Blue) = 221+189+195=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC3 is #22423C. Grayscale: #C7C7C7. Windows color (decimal): -2245181 or 12828125. OLE color: 12828125.

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

Color convert

RGB 221 189 195 -
CMYK 0 0.14 0.12 0.13
HSL 348.75º 0.32% 0.8% -
HSV(B) 348.75º 0.14% 0.87% -
XYZ 57.87 55.71 59.33 -
YUV 199.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 221 189 195 0 0.14 0.12 0.13 348.75 0.32 0.8
Hex DD BD C3 0 E C D 15D 20 50
Octal 335 275 303 0 16 14 15 535 40 120
Binary 11011101 10111101 11000011 0 1110 1100 1101 101011101 100000 1010000

Color Harmonies of #DDBDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDC3

Black with #DDBDC3

Text Example


Text Example

White with #DDBDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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