#DAACAC

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

Shades of Oyster Pink #DAACAC

Tints of Oyster Pink #DAACAC

Color information

#DAACAC (or 0xDAACAC) is unknown color: approx Oyster Pink. HEX triplet: DA, AC and AC. RGB value is (218,172,172). Sum of RGB (Red+Green+Blue) = 218+172+172=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACAC is #255353. Grayscale: #B9B9B9. Windows color (decimal): -2446164 or 11316442. OLE color: 11316442.

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

Color convert

RGB218172172-
CMYK00.210.210.15
HSL38.33%76.47%-
HSV(B)21.1%85.49%-
XYZ51.1147.3945.48-
YUV185.75120.24151-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=38.79%
G=30.60%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817217200.210.210.15038.3376.47
HexDAACAC01515F0264c
Octal3322542540252517046114
Binary11011010101011001010110001010110101111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACAC; }

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

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

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

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

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

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

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

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