#DEABAB

Color #DEABAB Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #DEABAB

Tints of Oyster Pink #DEABAB

Color information

#DEABAB (or 0xDEABAB) is unknown color: approx Oyster Pink. HEX triplet: DE, AB and AB. RGB value is (222,171,171). Sum of RGB (Red+Green+Blue) = 222+171+171=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEABAB is #215454. Grayscale: #BABABA. Windows color (decimal): -2184277 or 11250654. OLE color: 11250654.

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

Color convert

RGB222171171-
CMYK00.230.230.13
HSL43.59%77.06%-
HSV(B)22.97%87.06%-
XYZ52.0447.644.97-
YUV186.25119.4153.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.36%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 171 (67.19% from 255) = 30.32%
R=39.36%
G=30.32%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217117100.230.230.13043.5977.06
HexDEABAB01717D02c4d
Octal3362532530272715054115
Binary11011110101010111010101101011110111110101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABAB; }

 p { color: rgb(222,171,171); }

 H1.HeaderClassName
 {
   color: #DEABAB;
 }
 .AnyTagClassName
 {
   color: #DEABAB;
 }
</style>
background-color css

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

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

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

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

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

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