Html Css Color HEX #DEBFC5 Melanie

📋 copy color: '#DEBFC5'

red 222 ◦ green 191 ◦ blue 197

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

Shades of Melanie #DEBFC5

Tints of Melanie #DEBFC5

RGB

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

 GREEN value IS 191 (75% from 255) = 31.31%

 BLUE value IS 197 (77.34% from 255) = 32.3%

R = 36.39%
G = 31.31%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DEBFC5 (or 0xDEBFC5) is known color: Melanie. HEX triplet: DE, BF and C5. RGB value is (222,191,197). Sum of RGB (Red+Green+Blue) = 222+191+197=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFC5 is #21403A. Grayscale: #C8C8C8. Windows color (decimal): -2179131 or 12959710. OLE color: 12959710.

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

Color convert

RGB 222 191 197 -
CMYK 0 0.14 0.11 0.13
HSL 348.39º 0.32% 0.81% -
HSV(B) 348.39º 0.14% 0.87% -
XYZ 58.83 56.82 60.69 -
YUV 200.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 222 191 197 0 0.14 0.11 0.13 348.39 0.32 0.81
Hex DE BF C5 0 E B D 15C 20 51
Octal 336 277 305 0 16 13 15 534 40 121
Binary 11011110 10111111 11000101 0 1110 1011 1101 101011100 100000 1010001

Color Harmonies of #DEBFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFC5

Black with #DEBFC5

Text Example


Text Example

White with #DEBFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFC5; }

 p { color: rgb(222,191,197); }

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

background-color css

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

 a { background-color: rgb(222,191,197); }

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

border-color css

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

 span { border-color: rgb(222,191,197); }

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