#DAABA8

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

Shades of Oyster Pink #DAABA8

Tints of Oyster Pink #DAABA8

Color information

#DAABA8 (or 0xDAABA8) is unknown color: approx Oyster Pink. HEX triplet: DA, AB and A8. RGB value is (218,171,168). Sum of RGB (Red+Green+Blue) = 218+171+168=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAABA8 is #255457. Grayscale: #B8B8B8. Windows color (decimal): -2446424 or 11054042. OLE color: 11054042.

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

Color convert

RGB218171168-
CMYK00.220.230.15
HSL3.6º40.32%75.69%-
HSV(B)3.6º22.94%85.49%-
XYZ50.5446.8643.43-
YUV184.71118.57151.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 168 (66.02% from 255) = 30.16%
R=39.14%
G=30.70%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817116800.220.230.153.640.3275.69
HexDAABA801617F4284c
Octal3322532500262717450114
Binary1101101010101011101010000101101011111111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABA8; }

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

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

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

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

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

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

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

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