Html Css Color HEX #DFBEC2 Melanie

📋 copy color: '#DFBEC2'

red 223 ◦ green 190 ◦ blue 194

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

Shades of Melanie #DFBEC2

Tints of Melanie #DFBEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.3%

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

R = 36.74%
G = 31.3%
B = 31.96%

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

#DFBEC2 (or 0xDFBEC2) is known color: Melanie. HEX triplet: DF, BE and C2. RGB value is (223,190,194). Sum of RGB (Red+Green+Blue) = 223+190+194=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEC2 is #20413D. Grayscale: #C8C8C8. Windows color (decimal): -2113854 or 12762847. OLE color: 12762847.

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

Color convert

RGB 223 190 194 -
CMYK 0 0.15 0.13 0.13
HSL 352.73º 0.34% 0.81% -
HSV(B) 352.73º 0.15% 0.87% -
XYZ 58.58 56.41 58.84 -
YUV 200.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 223 190 194 0 0.15 0.13 0.13 352.73 0.34 0.81
Hex DF BE C2 0 F D D 161 22 51
Octal 337 276 302 0 17 15 15 541 42 121
Binary 11011111 10111110 11000010 0 1111 1101 1101 101100001 100010 1010001

Color Harmonies of #DFBEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBEC2

Black with #DFBEC2

Text Example


Text Example

White with #DFBEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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