#DAACAB

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

Shades of Oyster Pink #DAACAB

Tints of Oyster Pink #DAACAB

Color information

#DAACAB (or 0xDAACAB) is unknown color: approx Oyster Pink. HEX triplet: DA, AC and AB. RGB value is (218,172,171). Sum of RGB (Red+Green+Blue) = 218+172+171=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACAB is #255354. Grayscale: #B9B9B9. Windows color (decimal): -2446165 or 11250906. OLE color: 11250906.

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

Color convert

RGB218172171-
CMYK00.210.220.15
HSL1.28º38.84%76.27%-
HSV(B)1.28º21.56%85.49%-
XYZ51.0247.3544.98-
YUV185.64119.74151.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=38.86%
G=30.66%
B=30.48%

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
Decimal21817217100.210.220.151.2838.8476.27
HexDAACAB01516F1274c
Octal3322542530252617147114
Binary11011010101011001010101101010110110111111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACAB; }

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

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

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

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

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

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

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

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