Html Css Color HEX #D8AEAB Oyster Pink

📋 copy color: '#D8AEAB'

red 216 ◦ green 174 ◦ blue 171

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

Shades of Oyster Pink #D8AEAB

Tints of Oyster Pink #D8AEAB

RGB

 RED value IS 216 (84.77% from 255) = 38.5%

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

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

R = 38.5%
G = 31.02%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D8AEAB (or 0xD8AEAB) is known color: Oyster Pink. HEX triplet: D8, AE and AB. RGB value is (216,174,171). Sum of RGB (Red+Green+Blue) = 216+174+171=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AEAB is #275154. Grayscale: #BABABA. Windows color (decimal): -2576725 or 11251416. OLE color: 11251416.

HSL color Cylindrical-coordinate representation of color #D8AEAB: hue angle of 4º degrees, saturation: 0.37, 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 #D8AEAB is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 171 -
CMYK 0 0.19 0.21 0.15
HSL 0.37% 0.76% -
HSV(B) 0.21% 0.85% -
XYZ 50.81 47.81 45.08 -
YUV 186.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 216 174 171 0 0.19 0.21 0.15 4 0.37 0.76
Hex D8 AE AB 0 13 15 F 4 25 4C
Octal 330 256 253 0 23 25 17 4 45 114
Binary 11011000 10101110 10101011 0 10011 10101 1111 100 100101 1001100

Color Harmonies of #D8AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEAB

Black with #D8AEAB

Text Example


Text Example

White with #D8AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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