Html Css Color HEX #D9AEAB Oyster Pink

📋 copy color: '#D9AEAB'

red 217 ◦ green 174 ◦ blue 171

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

Shades of Oyster Pink #D9AEAB

Tints of Oyster Pink #D9AEAB

RGB

 RED value IS 217 (85.16% from 255) = 38.61%

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

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

R = 38.61%
G = 30.96%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9AEAB (or 0xD9AEAB) is known color: Oyster Pink. HEX triplet: D9, AE and AB. RGB value is (217,174,171). Sum of RGB (Red+Green+Blue) = 217+174+171=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AEAB is #265154. Grayscale: #BABABA. Windows color (decimal): -2511189 or 11251417. OLE color: 11251417.

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

Color convert

RGB 217 174 171 -
CMYK 0 0.20 0.21 0.15
HSL 3.91º 0.38% 0.76% -
HSV(B) 3.91º 0.21% 0.85% -
XYZ 51.1 47.96 45.09 -
YUV 186.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 217 174 171 0 0.20 0.21 0.15 3.91 0.38 0.76
Hex D9 AE AB 0 14 15 F 4 26 4C
Octal 331 256 253 0 24 25 17 4 46 114
Binary 11011001 10101110 10101011 0 10100 10101 1111 100 100110 1001100

Color Harmonies of #D9AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEAB

Black with #D9AEAB

Text Example


Text Example

White with #D9AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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