Html Css Color HEX #DEBCC5 Melanie

📋 copy color: '#DEBCC5'

red 222 ◦ green 188 ◦ blue 197

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

Shades of Melanie #DEBCC5

Tints of Melanie #DEBCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.45%

R = 36.57%
G = 30.97%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DEBCC5 (or 0xDEBCC5) is known color: Melanie. HEX triplet: DE, BC and C5. RGB value is (222,188,197). Sum of RGB (Red+Green+Blue) = 222+188+197=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCC5 is #21433A. Grayscale: #C7C7C7. Windows color (decimal): -2179899 or 12958942. OLE color: 12958942.

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

Color convert

RGB 222 188 197 -
CMYK 0 0.15 0.11 0.13
HSL 344.12º 0.34% 0.8% -
HSV(B) 344.12º 0.15% 0.87% -
XYZ 58.19 55.53 60.47 -
YUV 199.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 222 188 197 0 0.15 0.11 0.13 344.12 0.34 0.8
Hex DE BC C5 0 F B D 158 22 50
Octal 336 274 305 0 17 13 15 530 42 120
Binary 11011110 10111100 11000101 0 1111 1011 1101 101011000 100010 1010000

Color Harmonies of #DEBCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCC5

Black with #DEBCC5

Text Example


Text Example

White with #DEBCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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