Html Css Color HEX #DFBDC8 Melanie

📋 copy color: '#DFBDC8'

red 223 ◦ green 189 ◦ blue 200

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

Shades of Melanie #DFBDC8

Tints of Melanie #DFBDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.68%

R = 36.44%
G = 30.88%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DFBDC8 (or 0xDFBDC8) is known color: Melanie. HEX triplet: DF, BD and C8. RGB value is (223,189,200). Sum of RGB (Red+Green+Blue) = 223+189+200=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDC8 is #204237. Grayscale: #C8C8C8. Windows color (decimal): -2114104 or 13155807. OLE color: 13155807.

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

Color convert

RGB 223 189 200 -
CMYK 0 0.15 0.10 0.13
HSL 340.59º 0.35% 0.81% -
HSV(B) 340.59º 0.15% 0.87% -
XYZ 59.05 56.25 62.39 -
YUV 200.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 223 189 200 0 0.15 0.10 0.13 340.59 0.35 0.81
Hex DF BD C8 0 F A D 155 23 51
Octal 337 275 310 0 17 12 15 525 43 121
Binary 11011111 10111101 11001000 0 1111 1010 1101 101010101 100011 1010001

Color Harmonies of #DFBDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDC8

Black with #DFBDC8

Text Example


Text Example

White with #DFBDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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