Html Css Color HEX #DFBDC6 Melanie

📋 copy color: '#DFBDC6'

red 223 ◦ green 189 ◦ blue 198

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

Shades of Melanie #DFBDC6

Tints of Melanie #DFBDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.46%

R = 36.56%
G = 30.98%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DFBDC6 (or 0xDFBDC6) is known color: Melanie. HEX triplet: DF, BD and C6. RGB value is (223,189,198). Sum of RGB (Red+Green+Blue) = 223+189+198=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDC6 is #204239. Grayscale: #C8C8C8. Windows color (decimal): -2114106 or 13024735. OLE color: 13024735.

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

Color convert

RGB 223 189 198 -
CMYK 0 0.15 0.11 0.13
HSL 344.12º 0.35% 0.81% -
HSV(B) 344.12º 0.15% 0.87% -
XYZ 58.82 56.16 61.17 -
YUV 200.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 223 189 198 0 0.15 0.11 0.13 344.12 0.35 0.81
Hex DF BD C6 0 F B D 158 23 51
Octal 337 275 306 0 17 13 15 530 43 121
Binary 11011111 10111101 11000110 0 1111 1011 1101 101011000 100011 1010001

Color Harmonies of #DFBDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDC6

Black with #DFBDC6

Text Example


Text Example

White with #DFBDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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