Html Css Color HEX #D4ADAD Oyster Pink

📋 copy color: '#D4ADAD'

red 212 ◦ green 173 ◦ blue 173

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

Shades of Oyster Pink #D4ADAD

Tints of Oyster Pink #D4ADAD

RGB

 RED value IS 212 (83.2% from 255) = 37.99%

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

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

R = 37.99%
G = 31%
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

#D4ADAD (or 0xD4ADAD) is known color: Oyster Pink. HEX triplet: D4, AD and AD. RGB value is (212,173,173). Sum of RGB (Red+Green+Blue) = 212+173+173=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ADAD is #2B5252. Grayscale: #B8B8B8. Windows color (decimal): -2839123 or 11382228. OLE color: 11382228.

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

Color convert

RGB 212 173 173 -
CMYK 0 0.18 0.18 0.17
HSL 0.31% 0.75% -
HSV(B) 0.18% 0.83% -
XYZ 49.64 46.9 45.97 -
YUV 184.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 212 173 173 0 0.18 0.18 0.17 0 0.31 0.75
Hex D4 AD AD 0 12 12 11 0 1F 4B
Octal 324 255 255 0 22 22 21 0 37 113
Binary 11010100 10101101 10101101 0 10010 10010 10001 0 11111 1001011

Color Harmonies of #D4ADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADAD

Black with #D4ADAD

Text Example


Text Example

White with #D4ADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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