Html Css Color HEX #DEBDC3 Melanie

📋 copy color: '#DEBDC3'

red 222 ◦ green 189 ◦ blue 195

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

Shades of Melanie #DEBDC3

Tints of Melanie #DEBDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.18%

R = 36.63%
G = 31.19%
B = 32.18%

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

#DEBDC3 (or 0xDEBDC3) is known color: Melanie. HEX triplet: DE, BD and C3. RGB value is (222,189,195). Sum of RGB (Red+Green+Blue) = 222+189+195=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDC3 is #21423C. Grayscale: #C7C7C7. Windows color (decimal): -2179645 or 12828126. OLE color: 12828126.

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

Color convert

RGB 222 189 195 -
CMYK 0 0.15 0.12 0.13
HSL 349.09º 0.33% 0.81% -
HSV(B) 349.09º 0.15% 0.87% -
XYZ 58.17 55.86 59.35 -
YUV 199.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 222 189 195 0 0.15 0.12 0.13 349.09 0.33 0.81
Hex DE BD C3 0 F C D 15D 21 51
Octal 336 275 303 0 17 14 15 535 41 121
Binary 11011110 10111101 11000011 0 1111 1100 1101 101011101 100001 1010001

Color Harmonies of #DEBDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDC3

Black with #DEBDC3

Text Example


Text Example

White with #DEBDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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