Html Css Color HEX #D4B2AB Oyster Pink

📋 copy color: '#D4B2AB'

red 212 ◦ green 178 ◦ blue 171

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

Shades of Oyster Pink #D4B2AB

Tints of Oyster Pink #D4B2AB

RGB

 RED value IS 212 (83.2% from 255) = 37.79%

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

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

R = 37.79%
G = 31.73%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D4B2AB (or 0xD4B2AB) is known color: Oyster Pink. HEX triplet: D4, B2 and AB. RGB value is (212,178,171). Sum of RGB (Red+Green+Blue) = 212+178+171=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B2AB is #2B4D54. Grayscale: #BBBBBB. Windows color (decimal): -2837845 or 11252436. OLE color: 11252436.

HSL color Cylindrical-coordinate representation of color #D4B2AB: hue angle of 10.24º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4B2AB is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 178 171 -
CMYK 0 0.16 0.19 0.17
HSL 10.24º 0.32% 0.75% -
HSV(B) 10.24º 0.19% 0.83% -
XYZ 50.42 48.78 45.29 -
YUV 187.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 212 178 171 0 0.16 0.19 0.17 10.24 0.32 0.75
Hex D4 B2 AB 0 10 13 11 A 20 4B
Octal 324 262 253 0 20 23 21 12 40 113
Binary 11010100 10110010 10101011 0 10000 10011 10001 1010 100000 1001011

Color Harmonies of #D4B2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B2AB

Black with #D4B2AB

Text Example


Text Example

White with #D4B2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B2AB; }

 p { color: rgb(212,178,171); }

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

background-color css

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

 a { background-color: rgb(212,178,171); }

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

border-color css

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

 span { border-color: rgb(212,178,171); }

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