Html Css Color HEX #DEBDC1 Melanie

📋 copy color: '#DEBDC1'

red 222 ◦ green 189 ◦ blue 193

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

Shades of Melanie #DEBDC1

Tints of Melanie #DEBDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.29%

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

R = 36.75%
G = 31.29%
B = 31.95%

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

#DEBDC1 (or 0xDEBDC1) is known color: Melanie. HEX triplet: DE, BD and C1. RGB value is (222,189,193). Sum of RGB (Red+Green+Blue) = 222+189+193=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDC1 is #21423E. Grayscale: #C7C7C7. Windows color (decimal): -2179647 or 12697054. OLE color: 12697054.

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

Color convert

RGB 222 189 193 -
CMYK 0 0.15 0.13 0.13
HSL 352.73º 0.33% 0.81% -
HSV(B) 352.73º 0.15% 0.87% -
XYZ 57.95 55.78 58.16 -
YUV 199.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 222 189 193 0 0.15 0.13 0.13 352.73 0.33 0.81
Hex DE BD C1 0 F D D 161 21 51
Octal 336 275 301 0 17 15 15 541 41 121
Binary 11011110 10111101 11000001 0 1111 1101 1101 101100001 100001 1010001

Color Harmonies of #DEBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDC1

Black with #DEBDC1

Text Example


Text Example

White with #DEBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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