Html Css Color HEX #DEBCC1 Melanie

📋 copy color: '#DEBCC1'

red 222 ◦ green 188 ◦ blue 193

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

Shades of Melanie #DEBCC1

Tints of Melanie #DEBCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.18%

 BLUE value IS 193 (75.78% from 255) = 32.01%

R = 36.82%
G = 31.18%
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

#DEBCC1 (or 0xDEBCC1) is known color: Melanie. HEX triplet: DE, BC and C1. RGB value is (222,188,193). Sum of RGB (Red+Green+Blue) = 222+188+193=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCC1 is #21433E. Grayscale: #C6C6C6. Windows color (decimal): -2179903 or 12696798. OLE color: 12696798.

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

Color convert

RGB 222 188 193 -
CMYK 0 0.15 0.13 0.13
HSL 351.18º 0.34% 0.8% -
HSV(B) 351.18º 0.15% 0.87% -
XYZ 57.73 55.35 58.09 -
YUV 198.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 222 188 193 0 0.15 0.13 0.13 351.18 0.34 0.8
Hex DE BC C1 0 F D D 15F 22 50
Octal 336 274 301 0 17 15 15 537 42 120
Binary 11011110 10111100 11000001 0 1111 1101 1101 101011111 100010 1010000

Color Harmonies of #DEBCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCC1

Black with #DEBCC1

Text Example


Text Example

White with #DEBCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCC1; }

 p { color: rgb(222,188,193); }

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

background-color css

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

 a { background-color: rgb(222,188,193); }

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

border-color css

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

 span { border-color: rgb(222,188,193); }

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