Html Css Color HEX #D5AEAA Oyster Pink

📋 copy color: '#D5AEAA'

red 213 ◦ green 174 ◦ blue 170

#D5AEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Pink #D5AEAA

Tints of Oyster Pink #D5AEAA

RGB

 RED value IS 213 (83.59% from 255) = 38.24%

 GREEN value IS 174 (68.36% from 255) = 31.24%

 BLUE value IS 170 (66.8% from 255) = 30.52%

R = 38.24%
G = 31.24%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5AEAA (or 0xD5AEAA) is known color: Oyster Pink. HEX triplet: D5, AE and AA. RGB value is (213,174,170). Sum of RGB (Red+Green+Blue) = 213+174+170=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AEAA is #2A5155. Grayscale: #B9B9B9. Windows color (decimal): -2773334 or 11185877. OLE color: 11185877.

HSL color Cylindrical-coordinate representation of color #D5AEAA: hue angle of 5.58º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AEAA is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 174 170 -
CMYK 0 0.18 0.20 0.16
HSL 5.58º 0.34% 0.75% -
HSV(B) 5.58º 0.2% 0.84% -
XYZ 49.83 47.32 44.54 -
YUV 185.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 213 174 170 0 0.18 0.20 0.16 5.58 0.34 0.75
Hex D5 AE AA 0 12 14 10 6 22 4B
Octal 325 256 252 0 22 24 20 6 42 113
Binary 11010101 10101110 10101010 0 10010 10100 10000 110 100010 1001011

Color Harmonies of #D5AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEAA

Black with #D5AEAA

Text Example


Text Example

White with #D5AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEAA; }

 p { color: rgb(213,174,170); }

 H1.HeaderClassName
 {
   color: #D5AEAA;
 }
 .AnyTagClassName
 {
   color: #D5AEAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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