Html Css Color HEX #D8AFAA Oyster Pink

📋 copy color: '#D8AFAA'

red 216 ◦ green 175 ◦ blue 170

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

Shades of Oyster Pink #D8AFAA

Tints of Oyster Pink #D8AFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.19%

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

R = 38.5%
G = 31.19%
B = 30.3%

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

#D8AFAA (or 0xD8AFAA) is known color: Oyster Pink. HEX triplet: D8, AF and AA. RGB value is (216,175,170). Sum of RGB (Red+Green+Blue) = 216+175+170=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFAA is #275055. Grayscale: #BABABA. Windows color (decimal): -2576470 or 11186136. OLE color: 11186136.

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

Color convert

RGB 216 175 170 -
CMYK 0 0.19 0.21 0.15
HSL 6.52º 0.37% 0.76% -
HSV(B) 6.52º 0.21% 0.85% -
XYZ 50.9 48.16 44.64 -
YUV 186.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 216 175 170 0 0.19 0.21 0.15 6.52 0.37 0.76
Hex D8 AF AA 0 13 15 F 7 25 4C
Octal 330 257 252 0 23 25 17 7 45 114
Binary 11011000 10101111 10101010 0 10011 10101 1111 111 100101 1001100

Color Harmonies of #D8AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFAA

Black with #D8AFAA

Text Example


Text Example

White with #D8AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFAA; }

 p { color: rgb(216,175,170); }

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

background-color css

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

 a { background-color: rgb(216,175,170); }

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

border-color css

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

 span { border-color: rgb(216,175,170); }

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