Html Css Color HEX #DEADBA Melanie

📋 copy color: '#DEADBA'

red 222 ◦ green 173 ◦ blue 186

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

Shades of Melanie #DEADBA

Tints of Melanie #DEADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.78%

 BLUE value IS 186 (73.05% from 255) = 32.01%

R = 38.21%
G = 29.78%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DEADBA (or 0xDEADBA) is known color: Melanie. HEX triplet: DE, AD and BA. RGB value is (222,173,186). Sum of RGB (Red+Green+Blue) = 222+173+186=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADBA is #215245. Grayscale: #BDBDBD. Windows color (decimal): -2183750 or 12234206. OLE color: 12234206.

HSL color Cylindrical-coordinate representation of color #DEADBA: hue angle of 344.08º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADBA is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 173 186 -
CMYK 0 0.22 0.16 0.13
HSL 344.08º 0.43% 0.77% -
HSV(B) 344.08º 0.22% 0.87% -
XYZ 53.93 48.96 53.06 -
YUV 189.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 222 173 186 0 0.22 0.16 0.13 344.08 0.43 0.77
Hex DE AD BA 0 16 10 D 158 2B 4D
Octal 336 255 272 0 26 20 15 530 53 115
Binary 11011110 10101101 10111010 0 10110 10000 1101 101011000 101011 1001101

Color Harmonies of #DEADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADBA

Black with #DEADBA

Text Example


Text Example

White with #DEADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADBA; }

 p { color: rgb(222,173,186); }

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

background-color css

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

 a { background-color: rgb(222,173,186); }

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

border-color css

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

 span { border-color: rgb(222,173,186); }

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