Html Css Color HEX #D8AFAD Oyster Pink

📋 copy color: '#D8AFAD'

red 216 ◦ green 175 ◦ blue 173

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

Shades of Oyster Pink #D8AFAD

Tints of Oyster Pink #D8AFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.67%

R = 38.3%
G = 31.03%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D8AFAD (or 0xD8AFAD) is known color: Oyster Pink. HEX triplet: D8, AF and AD. RGB value is (216,175,173). Sum of RGB (Red+Green+Blue) = 216+175+173=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFAD is #275052. Grayscale: #BBBBBB. Windows color (decimal): -2576467 or 11382744. OLE color: 11382744.

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

Color convert

RGB 216 175 173 -
CMYK 0 0.19 0.20 0.15
HSL 2.79º 0.36% 0.76% -
HSV(B) 2.79º 0.2% 0.85% -
XYZ 51.19 48.28 46.16 -
YUV 187.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 216 175 173 0 0.19 0.20 0.15 2.79 0.36 0.76
Hex D8 AF AD 0 13 14 F 3 24 4C
Octal 330 257 255 0 23 24 17 3 44 114
Binary 11011000 10101111 10101101 0 10011 10100 1111 11 100100 1001100

Color Harmonies of #D8AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFAD

Black with #D8AFAD

Text Example


Text Example

White with #D8AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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