#DAAAA8

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

Shades of Oyster Pink #DAAAA8

Tints of Oyster Pink #DAAAA8

Color information

#DAAAA8 (or 0xDAAAA8) is unknown color: approx Oyster Pink. HEX triplet: DA, AA and A8. RGB value is (218,170,168). Sum of RGB (Red+Green+Blue) = 218+170+168=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAA8 is #255557. Grayscale: #B8B8B8. Windows color (decimal): -2446680 or 11053786. OLE color: 11053786.

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

Color convert

RGB218170168-
CMYK00.220.230.15
HSL2.4º40.32%75.69%-
HSV(B)2.4º22.94%85.49%-
XYZ50.3646.4843.36-
YUV184.12118.9152.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 168 (66.02% from 255) = 30.22%
R=39.21%
G=30.58%
B=30.22%

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
Decimal21817016800.220.230.152.440.3275.69
HexDAAAA801617F2284c
Octal3322522500262717250114
Binary110110101010101010101000010110101111111101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAA8; }

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

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

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

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

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

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

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

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