Html Css Color HEX #DEB3C2 Melanie

📋 copy color: '#DEB3C2'

red 222 ◦ green 179 ◦ blue 194

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

Shades of Melanie #DEB3C2

Tints of Melanie #DEB3C2

RGB

 RED value IS 222 (87.11% from 255) = 37.31%

 GREEN value IS 179 (70.31% from 255) = 30.08%

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

R = 37.31%
G = 30.08%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DEB3C2 (or 0xDEB3C2) is known color: Melanie. HEX triplet: DE, B3 and C2. RGB value is (222,179,194). Sum of RGB (Red+Green+Blue) = 222+179+194=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB3C2 is #214C3D. Grayscale: #C1C1C1. Windows color (decimal): -2182206 or 12760030. OLE color: 12760030.

HSL color Cylindrical-coordinate representation of color #DEB3C2: hue angle of 339.07º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEB3C2 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 179 194 -
CMYK 0 0.19 0.13 0.13
HSL 339.07º 0.39% 0.79% -
HSV(B) 339.07º 0.19% 0.87% -
XYZ 55.98 51.66 58.06 -
YUV 193.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 222 179 194 0 0.19 0.13 0.13 339.07 0.39 0.79
Hex DE B3 C2 0 13 D D 153 27 4F
Octal 336 263 302 0 23 15 15 523 47 117
Binary 11011110 10110011 11000010 0 10011 1101 1101 101010011 100111 1001111

Color Harmonies of #DEB3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB3C2

Black with #DEB3C2

Text Example


Text Example

White with #DEB3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB3C2; }

 p { color: rgb(222,179,194); }

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

background-color css

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

 a { background-color: rgb(222,179,194); }

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

border-color css

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

 span { border-color: rgb(222,179,194); }

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