Html Css Color HEX #D2B4AD Oyster Pink

📋 copy color: '#D2B4AD'

red 210 ◦ green 180 ◦ blue 173

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

Shades of Oyster Pink #D2B4AD

Tints of Oyster Pink #D2B4AD

RGB

 RED value IS 210 (82.42% from 255) = 37.3%

 GREEN value IS 180 (70.7% from 255) = 31.97%

 BLUE value IS 173 (67.97% from 255) = 30.73%

R = 37.3%
G = 31.97%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D2B4AD (or 0xD2B4AD) is known color: Oyster Pink. HEX triplet: D2, B4 and AD. RGB value is (210,180,173). Sum of RGB (Red+Green+Blue) = 210+180+173=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B4AD is #2D4B52. Grayscale: #BCBCBC. Windows color (decimal): -2968403 or 11384018. OLE color: 11384018.

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

Color convert

RGB 210 180 173 -
CMYK 0 0.14 0.18 0.18
HSL 11.35º 0.29% 0.75% -
HSV(B) 11.35º 0.18% 0.82% -
XYZ 50.44 49.36 46.4 -
YUV 188.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 210 180 173 0 0.14 0.18 0.18 11.35 0.29 0.75
Hex D2 B4 AD 0 E 12 12 B 1D 4B
Octal 322 264 255 0 16 22 22 13 35 113
Binary 11010010 10110100 10101101 0 1110 10010 10010 1011 11101 1001011

Color Harmonies of #D2B4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B4AD

Black with #D2B4AD

Text Example


Text Example

White with #D2B4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B4AD; }

 p { color: rgb(210,180,173); }

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

background-color css

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

 a { background-color: rgb(210,180,173); }

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

border-color css

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

 span { border-color: rgb(210,180,173); }

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