Html Css Color HEX #D1ADAB Oyster Pink

📋 copy color: '#D1ADAB'

red 209 ◦ green 173 ◦ blue 171

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

Shades of Oyster Pink #D1ADAB

Tints of Oyster Pink #D1ADAB

RGB

 RED value IS 209 (82.03% from 255) = 37.79%

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

 BLUE value IS 171 (67.19% from 255) = 30.92%

R = 37.79%
G = 31.28%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D1ADAB (or 0xD1ADAB) is known color: Oyster Pink. HEX triplet: D1, AD and AB. RGB value is (209,173,171). Sum of RGB (Red+Green+Blue) = 209+173+171=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ADAB is #2E5254. Grayscale: #B7B7B7. Windows color (decimal): -3035733 or 11251153. OLE color: 11251153.

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

Color convert

RGB 209 173 171 -
CMYK 0 0.17 0.18 0.18
HSL 3.16º 0.29% 0.75% -
HSV(B) 3.16º 0.18% 0.82% -
XYZ 48.59 46.38 44.92 -
YUV 183.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 209 173 171 0 0.17 0.18 0.18 3.16 0.29 0.75
Hex D1 AD AB 0 11 12 12 3 1D 4B
Octal 321 255 253 0 21 22 22 3 35 113
Binary 11010001 10101101 10101011 0 10001 10010 10010 11 11101 1001011

Color Harmonies of #D1ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADAB

Black with #D1ADAB

Text Example


Text Example

White with #D1ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADAB; }

 p { color: rgb(209,173,171); }

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

background-color css

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

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

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

border-color css

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

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

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