Html Css Color HEX #DFBDC4 Melanie

📋 copy color: '#DFBDC4'

red 223 ◦ green 189 ◦ blue 196

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

Shades of Melanie #DFBDC4

Tints of Melanie #DFBDC4

RGB

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

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

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

R = 36.68%
G = 31.09%
B = 32.24%

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

#DFBDC4 (or 0xDFBDC4) is known color: Melanie. HEX triplet: DF, BD and C4. RGB value is (223,189,196). Sum of RGB (Red+Green+Blue) = 223+189+196=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDC4 is #20423B. Grayscale: #C7C7C7. Windows color (decimal): -2114108 or 12893663. OLE color: 12893663.

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

Color convert

RGB 223 189 196 -
CMYK 0 0.15 0.12 0.13
HSL 347.65º 0.35% 0.81% -
HSV(B) 347.65º 0.15% 0.87% -
XYZ 58.59 56.07 59.96 -
YUV 199.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 223 189 196 0 0.15 0.12 0.13 347.65 0.35 0.81
Hex DF BD C4 0 F C D 15C 23 51
Octal 337 275 304 0 17 14 15 534 43 121
Binary 11011111 10111101 11000100 0 1111 1100 1101 101011100 100011 1010001

Color Harmonies of #DFBDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDC4

Black with #DFBDC4

Text Example


Text Example

White with #DFBDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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