Html Css Color HEX #D8AFA8 Oyster Pink

📋 copy color: '#D8AFA8'

red 216 ◦ green 175 ◦ blue 168

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

Shades of Oyster Pink #D8AFA8

Tints of Oyster Pink #D8AFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.05%

R = 38.64%
G = 31.31%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D8AFA8 (or 0xD8AFA8) is known color: Oyster Pink. HEX triplet: D8, AF and A8. RGB value is (216,175,168). Sum of RGB (Red+Green+Blue) = 216+175+168=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFA8 is #275057. Grayscale: #BABABA. Windows color (decimal): -2576472 or 11055064. OLE color: 11055064.

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

Color convert

RGB 216 175 168 -
CMYK 0 0.19 0.22 0.15
HSL 8.75º 0.38% 0.75% -
HSV(B) 8.75º 0.22% 0.85% -
XYZ 50.72 48.09 43.65 -
YUV 186.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 216 175 168 0 0.19 0.22 0.15 8.75 0.38 0.75
Hex D8 AF A8 0 13 16 F 9 26 4B
Octal 330 257 250 0 23 26 17 11 46 113
Binary 11011000 10101111 10101000 0 10011 10110 1111 1001 100110 1001011

Color Harmonies of #D8AFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFA8

Black with #D8AFA8

Text Example


Text Example

White with #D8AFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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