Html Css Color HEX #DEB1C2 Melanie

📋 copy color: '#DEB1C2'

red 222 ◦ green 177 ◦ blue 194

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

Shades of Melanie #DEB1C2

Tints of Melanie #DEB1C2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.85%

 BLUE value IS 194 (76.17% from 255) = 32.72%

R = 37.44%
G = 29.85%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DEB1C2 (or 0xDEB1C2) is known color: Melanie. HEX triplet: DE, B1 and C2. RGB value is (222,177,194). Sum of RGB (Red+Green+Blue) = 222+177+194=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1C2 is #214E3D. Grayscale: #C0C0C0. Windows color (decimal): -2182718 or 12759518. OLE color: 12759518.

HSL color Cylindrical-coordinate representation of color #DEB1C2: hue angle of 337.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB1C2 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 177 194 -
CMYK 0 0.20 0.13 0.13
HSL 337.33º 0.41% 0.78% -
HSV(B) 337.33º 0.2% 0.87% -
XYZ 55.58 50.87 57.93 -
YUV 192.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 222 177 194 0 0.20 0.13 0.13 337.33 0.41 0.78
Hex DE B1 C2 0 14 D D 151 29 4E
Octal 336 261 302 0 24 15 15 521 51 116
Binary 11011110 10110001 11000010 0 10100 1101 1101 101010001 101001 1001110

Color Harmonies of #DEB1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB1C2

Black with #DEB1C2

Text Example


Text Example

White with #DEB1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB1C2; }

 p { color: rgb(222,177,194); }

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

background-color css

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

 a { background-color: rgb(222,177,194); }

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

border-color css

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

 span { border-color: rgb(222,177,194); }

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