Html Css Color HEX #DEBCC8 Melanie

📋 copy color: '#DEBCC8'

red 222 ◦ green 188 ◦ blue 200

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

Shades of Melanie #DEBCC8

Tints of Melanie #DEBCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.79%

R = 36.39%
G = 30.82%
B = 32.79%

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

#DEBCC8 (or 0xDEBCC8) is known color: Melanie. HEX triplet: DE, BC and C8. RGB value is (222,188,200). Sum of RGB (Red+Green+Blue) = 222+188+200=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCC8 is #214337. Grayscale: #C7C7C7. Windows color (decimal): -2179896 or 13155550. OLE color: 13155550.

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

Color convert

RGB 222 188 200 -
CMYK 0 0.15 0.10 0.13
HSL 338.82º 0.34% 0.8% -
HSV(B) 338.82º 0.15% 0.87% -
XYZ 58.53 55.67 62.3 -
YUV 199.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 222 188 200 0 0.15 0.10 0.13 338.82 0.34 0.8
Hex DE BC C8 0 F A D 153 22 50
Octal 336 274 310 0 17 12 15 523 42 120
Binary 11011110 10111100 11001000 0 1111 1010 1101 101010011 100010 1010000

Color Harmonies of #DEBCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCC8

Black with #DEBCC8

Text Example


Text Example

White with #DEBCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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