Html Css Color HEX #DFBDC2 Melanie

📋 copy color: '#DFBDC2'

red 223 ◦ green 189 ◦ blue 194

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

Shades of Melanie #DFBDC2

Tints of Melanie #DFBDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.01%

R = 36.8%
G = 31.19%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DFBDC2 (or 0xDFBDC2) is known color: Melanie. HEX triplet: DF, BD and C2. RGB value is (223,189,194). Sum of RGB (Red+Green+Blue) = 223+189+194=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDC2 is #20423D. Grayscale: #C7C7C7. Windows color (decimal): -2114110 or 12762591. OLE color: 12762591.

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

Color convert

RGB 223 189 194 -
CMYK 0 0.15 0.13 0.13
HSL 351.18º 0.35% 0.81% -
HSV(B) 351.18º 0.15% 0.87% -
XYZ 58.37 55.98 58.77 -
YUV 199.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 223 189 194 0 0.15 0.13 0.13 351.18 0.35 0.81
Hex DF BD C2 0 F D D 15F 23 51
Octal 337 275 302 0 17 15 15 537 43 121
Binary 11011111 10111101 11000010 0 1111 1101 1101 101011111 100011 1010001

Color Harmonies of #DFBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDC2

Black with #DFBDC2

Text Example


Text Example

White with #DFBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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