Html Css Color HEX #DEBDC7 Melanie

📋 copy color: '#DEBDC7'

red 222 ◦ green 189 ◦ blue 199

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

Shades of Melanie #DEBDC7

Tints of Melanie #DEBDC7

RGB

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

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

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

R = 36.39%
G = 30.98%
B = 32.62%

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

#DEBDC7 (or 0xDEBDC7) is known color: Melanie. HEX triplet: DE, BD and C7. RGB value is (222,189,199). Sum of RGB (Red+Green+Blue) = 222+189+199=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDC7 is #214238. Grayscale: #C8C8C8. Windows color (decimal): -2179641 or 13090270. OLE color: 13090270.

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

Color convert

RGB 222 189 199 -
CMYK 0 0.15 0.10 0.13
HSL 341.82º 0.33% 0.81% -
HSV(B) 341.82º 0.15% 0.87% -
XYZ 58.63 56.05 61.76 -
YUV 200.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 222 189 199 0 0.15 0.10 0.13 341.82 0.33 0.81
Hex DE BD C7 0 F A D 156 21 51
Octal 336 275 307 0 17 12 15 526 41 121
Binary 11011110 10111101 11000111 0 1111 1010 1101 101010110 100001 1010001

Color Harmonies of #DEBDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDC7

Black with #DEBDC7

Text Example


Text Example

White with #DEBDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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