Html Css Color HEX #D8AFAE Oyster Pink

📋 copy color: '#D8AFAE'

red 216 ◦ green 175 ◦ blue 174

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

Shades of Oyster Pink #D8AFAE

Tints of Oyster Pink #D8AFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.8%

R = 38.23%
G = 30.97%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D8AFAE (or 0xD8AFAE) is known color: Oyster Pink. HEX triplet: D8, AF and AE. RGB value is (216,175,174). Sum of RGB (Red+Green+Blue) = 216+175+174=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFAE is #275051. Grayscale: #BBBBBB. Windows color (decimal): -2576466 or 11448280. OLE color: 11448280.

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

Color convert

RGB 216 175 174 -
CMYK 0 0.19 0.19 0.15
HSL 1.43º 0.35% 0.76% -
HSV(B) 1.43º 0.19% 0.85% -
XYZ 51.29 48.31 46.67 -
YUV 187.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 216 175 174 0 0.19 0.19 0.15 1.43 0.35 0.76
Hex D8 AF AE 0 13 13 F 1 23 4C
Octal 330 257 256 0 23 23 17 1 43 114
Binary 11011000 10101111 10101110 0 10011 10011 1111 1 100011 1001100

Color Harmonies of #D8AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFAE

Black with #D8AFAE

Text Example


Text Example

White with #D8AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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