Html Css Color HEX #DEADBB Melanie

📋 copy color: '#DEADBB'

red 222 ◦ green 173 ◦ blue 187

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

Shades of Melanie #DEADBB

Tints of Melanie #DEADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.13%

R = 38.14%
G = 29.73%
B = 32.13%

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

#DEADBB (or 0xDEADBB) is known color: Melanie. HEX triplet: DE, AD and BB. RGB value is (222,173,187). Sum of RGB (Red+Green+Blue) = 222+173+187=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADBB is #215244. Grayscale: #BDBDBD. Windows color (decimal): -2183749 or 12299742. OLE color: 12299742.

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

Color convert

RGB 222 173 187 -
CMYK 0 0.22 0.16 0.13
HSL 342.86º 0.43% 0.77% -
HSV(B) 342.86º 0.22% 0.87% -
XYZ 54.04 49 53.62 -
YUV 189.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 222 173 187 0 0.22 0.16 0.13 342.86 0.43 0.77
Hex DE AD BB 0 16 10 D 157 2B 4D
Octal 336 255 273 0 26 20 15 527 53 115
Binary 11011110 10101101 10111011 0 10110 10000 1101 101010111 101011 1001101

Color Harmonies of #DEADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADBB

Black with #DEADBB

Text Example


Text Example

White with #DEADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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