Html Css Color HEX #D3ADAD Oyster Pink

📋 copy color: '#D3ADAD'

red 211 ◦ green 173 ◦ blue 173

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

Shades of Oyster Pink #D3ADAD

Tints of Oyster Pink #D3ADAD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.06%

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

R = 37.88%
G = 31.06%
B = 31.06%

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

#D3ADAD (or 0xD3ADAD) is known color: Oyster Pink. HEX triplet: D3, AD and AD. RGB value is (211,173,173). Sum of RGB (Red+Green+Blue) = 211+173+173=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3ADAD is #2C5252. Grayscale: #B8B8B8. Windows color (decimal): -2904659 or 11382227. OLE color: 11382227.

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

Color convert

RGB 211 173 173 -
CMYK 0 0.18 0.18 0.17
HSL 0.3% 0.75% -
HSV(B) 0.18% 0.83% -
XYZ 49.35 46.75 45.96 -
YUV 184.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 211 173 173 0 0.18 0.18 0.17 0 0.3 0.75
Hex D3 AD AD 0 12 12 11 0 1E 4B
Octal 323 255 255 0 22 22 21 0 36 113
Binary 11010011 10101101 10101101 0 10010 10010 10001 0 11110 1001011

Color Harmonies of #D3ADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADAD

Black with #D3ADAD

Text Example


Text Example

White with #D3ADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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