Html Css Color HEX #D5AEAB Oyster Pink

📋 copy color: '#D5AEAB'

red 213 ◦ green 174 ◦ blue 171

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

Shades of Oyster Pink #D5AEAB

Tints of Oyster Pink #D5AEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.65%

R = 38.17%
G = 31.18%
B = 30.65%

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

#D5AEAB (or 0xD5AEAB) is known color: Oyster Pink. HEX triplet: D5, AE and AB. RGB value is (213,174,171). Sum of RGB (Red+Green+Blue) = 213+174+171=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AEAB is #2A5154. Grayscale: #B9B9B9. Windows color (decimal): -2773333 or 11251413. OLE color: 11251413.

HSL color Cylindrical-coordinate representation of color #D5AEAB: hue angle of 4.29º degrees, saturation: 0.33, 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 #D5AEAB is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 174 171 -
CMYK 0 0.18 0.20 0.16
HSL 4.29º 0.33% 0.75% -
HSV(B) 4.29º 0.2% 0.84% -
XYZ 49.93 47.36 45.04 -
YUV 185.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 213 174 171 0 0.18 0.20 0.16 4.29 0.33 0.75
Hex D5 AE AB 0 12 14 10 4 21 4B
Octal 325 256 253 0 22 24 20 4 41 113
Binary 11010101 10101110 10101011 0 10010 10100 10000 100 100001 1001011

Color Harmonies of #D5AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEAB

Black with #D5AEAB

Text Example


Text Example

White with #D5AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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