Html Css Color HEX #D3AEAD Oyster Pink

📋 copy color: '#D3AEAD'

red 211 ◦ green 174 ◦ blue 173

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

Shades of Oyster Pink #D3AEAD

Tints of Oyster Pink #D3AEAD

RGB

 RED value IS 211 (82.81% from 255) = 37.81%

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

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

R = 37.81%
G = 31.18%
B = 31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D3AEAD (or 0xD3AEAD) is known color: Oyster Pink. HEX triplet: D3, AE and AD. RGB value is (211,174,173). Sum of RGB (Red+Green+Blue) = 211+174+173=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AEAD is #2C5152. Grayscale: #B8B8B8. Windows color (decimal): -2904403 or 11382483. OLE color: 11382483.

HSL color Cylindrical-coordinate representation of color #D3AEAD: hue angle of 1.58º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3AEAD is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 174 173 -
CMYK 0 0.18 0.18 0.17
HSL 1.58º 0.3% 0.75% -
HSV(B) 1.58º 0.18% 0.83% -
XYZ 49.54 47.14 46.02 -
YUV 184.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 211 174 173 0 0.18 0.18 0.17 1.58 0.3 0.75
Hex D3 AE AD 0 12 12 11 2 1E 4B
Octal 323 256 255 0 22 22 21 2 36 113
Binary 11010011 10101110 10101101 0 10010 10010 10001 10 11110 1001011

Color Harmonies of #D3AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AEAD

Black with #D3AEAD

Text Example


Text Example

White with #D3AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AEAD; }

 p { color: rgb(211,174,173); }

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

background-color css

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

 a { background-color: rgb(211,174,173); }

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

border-color css

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

 span { border-color: rgb(211,174,173); }

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