#DAABAB

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

Shades of Oyster Pink #DAABAB

Tints of Oyster Pink #DAABAB

Color information

#DAABAB (or 0xDAABAB) is unknown color: approx Oyster Pink. HEX triplet: DA, AB and AB. RGB value is (218,171,171). Sum of RGB (Red+Green+Blue) = 218+171+171=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAABAB is #255454. Grayscale: #B9B9B9. Windows color (decimal): -2446421 or 11250650. OLE color: 11250650.

HSL color Cylindrical-coordinate representation of color #DAABAB: hue angle of 0º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAABAB is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218171171-
CMYK00.220.220.15
HSL38.84%76.27%-
HSV(B)21.56%85.49%-
XYZ50.8346.9744.92-
YUV185.05120.07151.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=38.93%
G=30.54%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817117100.220.220.15038.8476.27
HexDAABAB01616F0274c
Octal3322532530262617047114
Binary11011010101010111010101101011010110111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABAB; }

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

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

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

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

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

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

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

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