Html Css Color HEX #D8AEA8 Oyster Pink

📋 copy color: '#D8AEA8'

red 216 ◦ green 174 ◦ blue 168

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

Shades of Oyster Pink #D8AEA8

Tints of Oyster Pink #D8AEA8

RGB

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

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

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

R = 38.71%
G = 31.18%
B = 30.11%

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

#D8AEA8 (or 0xD8AEA8) is known color: Oyster Pink. HEX triplet: D8, AE and A8. RGB value is (216,174,168). Sum of RGB (Red+Green+Blue) = 216+174+168=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AEA8 is #275157. Grayscale: #B9B9B9. Windows color (decimal): -2576728 or 11054808. OLE color: 11054808.

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

Color convert

RGB 216 174 168 -
CMYK 0 0.19 0.22 0.15
HSL 7.5º 0.38% 0.75% -
HSV(B) 7.5º 0.22% 0.85% -
XYZ 50.52 47.7 43.59 -
YUV 185.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 216 174 168 0 0.19 0.22 0.15 7.5 0.38 0.75
Hex D8 AE A8 0 13 16 F 8 26 4B
Octal 330 256 250 0 23 26 17 10 46 113
Binary 11011000 10101110 10101000 0 10011 10110 1111 1000 100110 1001011

Color Harmonies of #D8AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEA8

Black with #D8AEA8

Text Example


Text Example

White with #D8AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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