Html Css Color HEX #DEB2C2 Melanie

📋 copy color: '#DEB2C2'

red 222 ◦ green 178 ◦ blue 194

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

Shades of Melanie #DEB2C2

Tints of Melanie #DEB2C2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.97%

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

R = 37.37%
G = 29.97%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DEB2C2 (or 0xDEB2C2) is known color: Melanie. HEX triplet: DE, B2 and C2. RGB value is (222,178,194). Sum of RGB (Red+Green+Blue) = 222+178+194=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2C2 is #214D3D. Grayscale: #C0C0C0. Windows color (decimal): -2182462 or 12759774. OLE color: 12759774.

HSL color Cylindrical-coordinate representation of color #DEB2C2: hue angle of 338.18º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB2C2 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 178 194 -
CMYK 0 0.20 0.13 0.13
HSL 338.18º 0.4% 0.78% -
HSV(B) 338.18º 0.2% 0.87% -
XYZ 55.78 51.27 57.99 -
YUV 192.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 222 178 194 0 0.20 0.13 0.13 338.18 0.4 0.78
Hex DE B2 C2 0 14 D D 152 28 4E
Octal 336 262 302 0 24 15 15 522 50 116
Binary 11011110 10110010 11000010 0 10100 1101 1101 101010010 101000 1001110

Color Harmonies of #DEB2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB2C2

Black with #DEB2C2

Text Example


Text Example

White with #DEB2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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