Html Css Color HEX #DEB6C4 Melanie

📋 copy color: '#DEB6C4'

red 222 ◦ green 182 ◦ blue 196

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

Shades of Melanie #DEB6C4

Tints of Melanie #DEB6C4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.33%

 BLUE value IS 196 (76.95% from 255) = 32.67%

R = 37%
G = 30.33%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DEB6C4 (or 0xDEB6C4) is known color: Melanie. HEX triplet: DE, B6 and C4. RGB value is (222,182,196). Sum of RGB (Red+Green+Blue) = 222+182+196=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB6C4 is #21493B. Grayscale: #C3C3C3. Windows color (decimal): -2181436 or 12891870. OLE color: 12891870.

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

Color convert

RGB 222 182 196 -
CMYK 0 0.18 0.12 0.13
HSL 339º 0.38% 0.79% -
HSV(B) 339º 0.18% 0.87% -
XYZ 56.82 52.97 59.45 -
YUV 195.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 222 182 196 0 0.18 0.12 0.13 339 0.38 0.79
Hex DE B6 C4 0 12 C D 153 26 4F
Octal 336 266 304 0 22 14 15 523 46 117
Binary 11011110 10110110 11000100 0 10010 1100 1101 101010011 100110 1001111

Color Harmonies of #DEB6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB6C4

Black with #DEB6C4

Text Example


Text Example

White with #DEB6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB6C4; }

 p { color: rgb(222,182,196); }

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

background-color css

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

 a { background-color: rgb(222,182,196); }

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

border-color css

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

 span { border-color: rgb(222,182,196); }

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