Html Css Color HEX #D7AEA8 Oyster Pink

📋 copy color: '#D7AEA8'

red 215 ◦ green 174 ◦ blue 168

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

Shades of Oyster Pink #D7AEA8

Tints of Oyster Pink #D7AEA8

RGB

 RED value IS 215 (84.38% from 255) = 38.6%

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

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

R = 38.6%
G = 31.24%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D7AEA8 (or 0xD7AEA8) is known color: Oyster Pink. HEX triplet: D7, AE and A8. RGB value is (215,174,168). Sum of RGB (Red+Green+Blue) = 215+174+168=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AEA8 is #285157. Grayscale: #B9B9B9. Windows color (decimal): -2642264 or 11054807. OLE color: 11054807.

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

Color convert

RGB 215 174 168 -
CMYK 0 0.19 0.22 0.16
HSL 7.66º 0.37% 0.75% -
HSV(B) 7.66º 0.22% 0.84% -
XYZ 50.23 47.55 43.58 -
YUV 185.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 215 174 168 0 0.19 0.22 0.16 7.66 0.37 0.75
Hex D7 AE A8 0 13 16 10 8 25 4B
Octal 327 256 250 0 23 26 20 10 45 113
Binary 11010111 10101110 10101000 0 10011 10110 10000 1000 100101 1001011

Color Harmonies of #D7AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AEA8

Black with #D7AEA8

Text Example


Text Example

White with #D7AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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