#DAACAA

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

Shades of Oyster Pink #DAACAA

Tints of Oyster Pink #DAACAA

Color information

#DAACAA (or 0xDAACAA) is unknown color: approx Oyster Pink. HEX triplet: DA, AC and AA. RGB value is (218,172,170). Sum of RGB (Red+Green+Blue) = 218+172+170=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACAA is #255355. Grayscale: #B9B9B9. Windows color (decimal): -2446166 or 11185370. OLE color: 11185370.

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

Color convert

RGB218172170-
CMYK00.210.220.15
HSL2.5º39.34%76.08%-
HSV(B)2.5º22.02%85.49%-
XYZ50.9247.3144.48-
YUV185.53119.24151.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=38.93%
G=30.71%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817217000.210.220.152.539.3476.08
HexDAACAA01516F3274c
Octal3322542520252617347114
Binary110110101010110010101010010101101101111111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACAA; }

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

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

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

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

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

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

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

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