#DAACA7

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

Shades of Oyster Pink #DAACA7

Tints of Oyster Pink #DAACA7

Color information

#DAACA7 (or 0xDAACA7) is unknown color: approx Oyster Pink. HEX triplet: DA, AC and A7. RGB value is (218,172,167). Sum of RGB (Red+Green+Blue) = 218+172+167=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACA7 is #255358. Grayscale: #B9B9B9. Windows color (decimal): -2446169 or 10988762. OLE color: 10988762.

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

Color convert

RGB218172167-
CMYK00.210.230.15
HSL5.88º40.8%75.49%-
HSV(B)5.88º23.39%85.49%-
XYZ50.6447.243-
YUV185.18117.74151.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 167 (65.62% from 255) = 29.98%
R=39.14%
G=30.88%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817216700.210.230.155.8840.875.49
HexDAACA701517F6294b
Octal3322542470252717651113
Binary1101101010101100101001110101011011111111101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACA7; }

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

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

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

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

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

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

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

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