Html Css Color HEX #DEBCC4 Melanie

📋 copy color: '#DEBCC4'

red 222 ◦ green 188 ◦ blue 196

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

Shades of Melanie #DEBCC4

Tints of Melanie #DEBCC4

RGB

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

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

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

R = 36.63%
G = 31.02%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DEBCC4 (or 0xDEBCC4) is known color: Melanie. HEX triplet: DE, BC and C4. RGB value is (222,188,196). Sum of RGB (Red+Green+Blue) = 222+188+196=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCC4 is #21433B. Grayscale: #C7C7C7. Windows color (decimal): -2179900 or 12893406. OLE color: 12893406.

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

Color convert

RGB 222 188 196 -
CMYK 0 0.15 0.12 0.13
HSL 345.88º 0.34% 0.8% -
HSV(B) 345.88º 0.15% 0.87% -
XYZ 58.07 55.48 59.87 -
YUV 199.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 222 188 196 0 0.15 0.12 0.13 345.88 0.34 0.8
Hex DE BC C4 0 F C D 15A 22 50
Octal 336 274 304 0 17 14 15 532 42 120
Binary 11011110 10111100 11000100 0 1111 1100 1101 101011010 100010 1010000

Color Harmonies of #DEBCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCC4

Black with #DEBCC4

Text Example


Text Example

White with #DEBCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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