Html Css Color HEX #D7ADAC Oyster Pink

📋 copy color: '#D7ADAC'

red 215 ◦ green 173 ◦ blue 172

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

Shades of Oyster Pink #D7ADAC

Tints of Oyster Pink #D7ADAC

RGB

 RED value IS 215 (84.38% from 255) = 38.39%

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

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

R = 38.39%
G = 30.89%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D7ADAC (or 0xD7ADAC) is known color: Oyster Pink. HEX triplet: D7, AD and AC. RGB value is (215,173,172). Sum of RGB (Red+Green+Blue) = 215+173+172=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ADAC is #285253. Grayscale: #B9B9B9. Windows color (decimal): -2642516 or 11316695. OLE color: 11316695.

HSL color Cylindrical-coordinate representation of color #D7ADAC: hue angle of 1.4º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ADAC is Cyan = 0, Magento = 0.20, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 173 172 -
CMYK 0 0.20 0.2 0.16
HSL 1.4º 0.35% 0.76% -
HSV(B) 1.4º 0.2% 0.84% -
XYZ 50.41 47.31 45.5 -
YUV 185.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 215 173 172 0 0.20 0.2 0.16 1.4 0.35 0.76
Hex D7 AD AC 0 14 14 10 1 23 4C
Octal 327 255 254 0 24 24 20 1 43 114
Binary 11010111 10101101 10101100 0 10100 10100 10000 1 100011 1001100

Color Harmonies of #D7ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ADAC

Black with #D7ADAC

Text Example


Text Example

White with #D7ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ADAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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