#DAAFA8

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

Shades of Oyster Pink #DAAFA8

Tints of Oyster Pink #DAAFA8

Color information

#DAAFA8 (or 0xDAAFA8) is unknown color: approx Oyster Pink. HEX triplet: DA, AF and A8. RGB value is (218,175,168). Sum of RGB (Red+Green+Blue) = 218+175+168=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAFA8 is #255057. Grayscale: #BBBBBB. Windows color (decimal): -2445400 or 11055066. OLE color: 11055066.

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

Color convert

RGB218175168-
CMYK00.200.230.15
HSL8.4º40.32%75.69%-
HSV(B)8.4º22.94%85.49%-
XYZ51.3148.3943.68-
YUV187.06117.25150.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 168 (66.02% from 255) = 29.95%
R=38.86%
G=31.19%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817516800.200.230.158.440.3275.69
HexDAAFA801417F8284c
Octal33225725002427171050114
Binary11011010101011111010100001010010111111110001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFA8; }

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

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

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

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

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

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

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

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