Html Css Color HEX #D2B2AD Oyster Pink

📋 copy color: '#D2B2AD'

red 210 ◦ green 178 ◦ blue 173

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

Shades of Oyster Pink #D2B2AD

Tints of Oyster Pink #D2B2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.73%

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

R = 37.43%
G = 31.73%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D2B2AD (or 0xD2B2AD) is known color: Oyster Pink. HEX triplet: D2, B2 and AD. RGB value is (210,178,173). Sum of RGB (Red+Green+Blue) = 210+178+173=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B2AD is #2D4D52. Grayscale: #BBBBBB. Windows color (decimal): -2968915 or 11383506. OLE color: 11383506.

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

Color convert

RGB 210 178 173 -
CMYK 0 0.15 0.18 0.18
HSL 8.11º 0.29% 0.75% -
HSV(B) 8.11º 0.18% 0.82% -
XYZ 50.04 48.56 46.27 -
YUV 187 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 210 178 173 0 0.15 0.18 0.18 8.11 0.29 0.75
Hex D2 B2 AD 0 F 12 12 8 1D 4B
Octal 322 262 255 0 17 22 22 10 35 113
Binary 11010010 10110010 10101101 0 1111 10010 10010 1000 11101 1001011

Color Harmonies of #D2B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B2AD

Black with #D2B2AD

Text Example


Text Example

White with #D2B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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