Html Css Color HEX #D1ADAC Oyster Pink

📋 copy color: '#D1ADAC'

red 209 ◦ green 173 ◦ blue 172

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

Shades of Oyster Pink #D1ADAC

Tints of Oyster Pink #D1ADAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.05%

R = 37.73%
G = 31.23%
B = 31.05%

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

#D1ADAC (or 0xD1ADAC) is known color: Oyster Pink. HEX triplet: D1, AD and AC. RGB value is (209,173,172). Sum of RGB (Red+Green+Blue) = 209+173+172=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ADAC is #2E5253. Grayscale: #B7B7B7. Windows color (decimal): -3035732 or 11316689. OLE color: 11316689.

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

Color convert

RGB 209 173 172 -
CMYK 0 0.17 0.18 0.18
HSL 1.62º 0.29% 0.75% -
HSV(B) 1.62º 0.18% 0.82% -
XYZ 48.68 46.42 45.42 -
YUV 183.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 209 173 172 0 0.17 0.18 0.18 1.62 0.29 0.75
Hex D1 AD AC 0 11 12 12 2 1D 4B
Octal 321 255 254 0 21 22 22 2 35 113
Binary 11010001 10101101 10101100 0 10001 10010 10010 10 11101 1001011

Color Harmonies of #D1ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADAC

Black with #D1ADAC

Text Example


Text Example

White with #D1ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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