Html Css Color HEX #DFBDC5 Melanie

📋 copy color: '#DFBDC5'

red 223 ◦ green 189 ◦ blue 197

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

Shades of Melanie #DFBDC5

Tints of Melanie #DFBDC5

RGB

 RED value IS 223 (87.5% from 255) = 36.62%

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

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

R = 36.62%
G = 31.03%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DFBDC5 (or 0xDFBDC5) is known color: Melanie. HEX triplet: DF, BD and C5. RGB value is (223,189,197). Sum of RGB (Red+Green+Blue) = 223+189+197=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDC5 is #20423A. Grayscale: #C8C8C8. Windows color (decimal): -2114107 or 12959199. OLE color: 12959199.

HSL color Cylindrical-coordinate representation of color #DFBDC5: hue angle of 345.88º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBDC5 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 189 197 -
CMYK 0 0.15 0.12 0.13
HSL 345.88º 0.35% 0.81% -
HSV(B) 345.88º 0.15% 0.87% -
XYZ 58.71 56.11 60.56 -
YUV 200.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 223 189 197 0 0.15 0.12 0.13 345.88 0.35 0.81
Hex DF BD C5 0 F C D 15A 23 51
Octal 337 275 305 0 17 14 15 532 43 121
Binary 11011111 10111101 11000101 0 1111 1100 1101 101011010 100011 1010001

Color Harmonies of #DFBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDC5

Black with #DFBDC5

Text Example


Text Example

White with #DFBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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