#DAAFAA

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

Shades of Oyster Pink #DAAFAA

Tints of Oyster Pink #DAAFAA

Color information

#DAAFAA (or 0xDAAFAA) is unknown color: approx Oyster Pink. HEX triplet: DA, AF and AA. RGB value is (218,175,170). Sum of RGB (Red+Green+Blue) = 218+175+170=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAFAA is #255055. Grayscale: #BBBBBB. Windows color (decimal): -2445398 or 11186138. OLE color: 11186138.

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

Color convert

RGB218175170-
CMYK00.200.220.15
HSL6.25º39.34%76.08%-
HSV(B)6.25º22.02%85.49%-
XYZ51.548.4744.67-
YUV187.29118.25149.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 170 (66.80% from 255) = 30.20%
R=38.72%
G=31.08%
B=30.20%

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
Decimal21817517000.200.220.156.2539.3476.08
HexDAAFAA01416F6274c
Octal3322572520242617647114
Binary1101101010101111101010100101001011011111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFAA; }

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

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

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

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

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

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

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

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