Html Css Color HEX #DEBCC7 Melanie

📋 copy color: '#DEBCC7'

red 222 ◦ green 188 ◦ blue 199

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

Shades of Melanie #DEBCC7

Tints of Melanie #DEBCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.68%

R = 36.45%
G = 30.87%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DEBCC7 (or 0xDEBCC7) is known color: Melanie. HEX triplet: DE, BC and C7. RGB value is (222,188,199). Sum of RGB (Red+Green+Blue) = 222+188+199=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCC7 is #214338. Grayscale: #C7C7C7. Windows color (decimal): -2179897 or 13090014. OLE color: 13090014.

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

Color convert

RGB 222 188 199 -
CMYK 0 0.15 0.10 0.13
HSL 340.59º 0.34% 0.8% -
HSV(B) 340.59º 0.15% 0.87% -
XYZ 58.42 55.62 61.69 -
YUV 199.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 222 188 199 0 0.15 0.10 0.13 340.59 0.34 0.8
Hex DE BC C7 0 F A D 155 22 50
Octal 336 274 307 0 17 12 15 525 42 120
Binary 11011110 10111100 11000111 0 1111 1010 1101 101010101 100010 1010000

Color Harmonies of #DEBCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCC7

Black with #DEBCC7

Text Example


Text Example

White with #DEBCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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