#DAAEAE

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

Shades of Oyster Pink #DAAEAE

Tints of Oyster Pink #DAAEAE

Color information

#DAAEAE (or 0xDAAEAE) is unknown color: approx Oyster Pink. HEX triplet: DA, AE and AE. RGB value is (218,174,174). Sum of RGB (Red+Green+Blue) = 218+174+174=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAEAE is #255151. Grayscale: #BBBBBB. Windows color (decimal): -2445650 or 11448026. OLE color: 11448026.

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

Color convert

RGB218174174-
CMYK00.200.200.15
HSL37.29%76.86%-
HSV(B)20.18%85.49%-
XYZ51.6948.2346.63-
YUV187.16120.58150-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=38.52%
G=30.74%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817417400.200.200.15037.2976.86
HexDAAEAE01414F0254d
Octal3322562560242417045115
Binary11011010101011101010111001010010100111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEAE; }

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

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

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

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

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

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

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

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