Html Css Color HEX #D8ADAB Oyster Pink

📋 copy color: '#D8ADAB'

red 216 ◦ green 173 ◦ blue 171

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

Shades of Oyster Pink #D8ADAB

Tints of Oyster Pink #D8ADAB

RGB

 RED value IS 216 (84.77% from 255) = 38.57%

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

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

R = 38.57%
G = 30.89%
B = 30.54%

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

#D8ADAB (or 0xD8ADAB) is known color: Oyster Pink. HEX triplet: D8, AD and AB. RGB value is (216,173,171). Sum of RGB (Red+Green+Blue) = 216+173+171=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADAB is #275254. Grayscale: #B9B9B9. Windows color (decimal): -2576981 or 11251160. OLE color: 11251160.

HSL color Cylindrical-coordinate representation of color #D8ADAB: hue angle of 2.67º 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 #D8ADAB is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 173 171 -
CMYK 0 0.20 0.21 0.15
HSL 2.67º 0.37% 0.76% -
HSV(B) 2.67º 0.21% 0.85% -
XYZ 50.61 47.43 45.01 -
YUV 185.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 216 173 171 0 0.20 0.21 0.15 2.67 0.37 0.76
Hex D8 AD AB 0 14 15 F 3 25 4C
Octal 330 255 253 0 24 25 17 3 45 114
Binary 11011000 10101101 10101011 0 10100 10101 1111 11 100101 1001100

Color Harmonies of #D8ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADAB

Black with #D8ADAB

Text Example


Text Example

White with #D8ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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