#DAAFA9

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

Shades of Oyster Pink #DAAFA9

Tints of Oyster Pink #DAAFA9

Color information

#DAAFA9 (or 0xDAAFA9) is unknown color: approx Oyster Pink. HEX triplet: DA, AF and A9. RGB value is (218,175,169). Sum of RGB (Red+Green+Blue) = 218+175+169=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAFA9 is #255056. Grayscale: #BBBBBB. Windows color (decimal): -2445399 or 11120602. OLE color: 11120602.

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

Color convert

RGB218175169-
CMYK00.200.220.15
HSL7.35º39.84%75.88%-
HSV(B)7.35º22.48%85.49%-
XYZ51.448.4344.17-
YUV187.17117.75149.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 169 (66.41% from 255) = 30.07%
R=38.79%
G=31.14%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817516900.200.220.157.3539.8475.88
HexDAAFA901416F7284c
Octal3322572510242617750114
Binary1101101010101111101010010101001011011111111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFA9; }

 p { color: rgb(218,175,169); }

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

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

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

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

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

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

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