#DAAEA7

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

Shades of Oyster Pink #DAAEA7

Tints of Oyster Pink #DAAEA7

Color information

#DAAEA7 (or 0xDAAEA7) is unknown color: approx Oyster Pink. HEX triplet: DA, AE and A7. RGB value is (218,174,167). Sum of RGB (Red+Green+Blue) = 218+174+167=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAEA7 is #255158. Grayscale: #BABABA. Windows color (decimal): -2445657 or 10989274. OLE color: 10989274.

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

Color convert

RGB218174167-
CMYK00.200.230.15
HSL8.24º40.8%75.49%-
HSV(B)8.24º23.39%85.49%-
XYZ51.0247.9743.13-
YUV186.36117.08150.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 167 (65.62% from 255) = 29.87%
R=39.00%
G=31.13%
B=29.87%

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
Decimal21817416700.200.230.158.2440.875.49
HexDAAEA701417F8294b
Octal33225624702427171051113
Binary11011010101011101010011101010010111111110001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEA7; }

 p { color: rgb(218,174,167); }

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

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

 a { background-color: rgb(218,174,167); }

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

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

 span { border-color: rgb(218,174,167); }

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