#DAAFAB

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

Shades of Oyster Pink #DAAFAB

Tints of Oyster Pink #DAAFAB

Color information

#DAAFAB (or 0xDAAFAB) is unknown color: approx Oyster Pink. HEX triplet: DA, AF and AB. RGB value is (218,175,171). Sum of RGB (Red+Green+Blue) = 218+175+171=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAFAB is #255054. Grayscale: #BBBBBB. Windows color (decimal): -2445397 or 11251674. OLE color: 11251674.

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

Color convert

RGB218175171-
CMYK00.200.220.15
HSL5.11º38.84%76.27%-
HSV(B)5.11º21.56%85.49%-
XYZ51.5948.5145.17-
YUV187.4118.75149.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 171 (67.19% from 255) = 30.32%
R=38.65%
G=31.03%
B=30.32%

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
Decimal21817517100.200.220.155.1138.8476.27
HexDAAFAB01416F5274c
Octal3322572530242617547114
Binary1101101010101111101010110101001011011111011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFAB; }

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

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

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

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

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

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

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

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