Html Css Color HEX #D9ADAC Oyster Pink

📋 copy color: '#D9ADAC'

red 217 ◦ green 173 ◦ blue 172

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

Shades of Oyster Pink #D9ADAC

Tints of Oyster Pink #D9ADAC

RGB

 RED value IS 217 (85.16% from 255) = 38.61%

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

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

R = 38.61%
G = 30.78%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9ADAC (or 0xD9ADAC) is known color: Oyster Pink. HEX triplet: D9, AD and AC. RGB value is (217,173,172). Sum of RGB (Red+Green+Blue) = 217+173+172=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADAC is #265253. Grayscale: #BABABA. Windows color (decimal): -2511444 or 11316697. OLE color: 11316697.

HSL color Cylindrical-coordinate representation of color #D9ADAC: hue angle of 1.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ADAC is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 172 -
CMYK 0 0.20 0.21 0.15
HSL 1.33º 0.37% 0.76% -
HSV(B) 1.33º 0.21% 0.85% -
XYZ 51.01 47.62 45.53 -
YUV 186.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 217 173 172 0 0.20 0.21 0.15 1.33 0.37 0.76
Hex D9 AD AC 0 14 15 F 1 25 4C
Octal 331 255 254 0 24 25 17 1 45 114
Binary 11011001 10101101 10101100 0 10100 10101 1111 1 100101 1001100

Color Harmonies of #D9ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADAC

Black with #D9ADAC

Text Example


Text Example

White with #D9ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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