Html Css Color HEX #D4B2AE Oyster Pink

📋 copy color: '#D4B2AE'

red 212 ◦ green 178 ◦ blue 174

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

Shades of Oyster Pink #D4B2AE

Tints of Oyster Pink #D4B2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.85%

R = 37.59%
G = 31.56%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D4B2AE (or 0xD4B2AE) is known color: Oyster Pink. HEX triplet: D4, B2 and AE. RGB value is (212,178,174). Sum of RGB (Red+Green+Blue) = 212+178+174=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B2AE is #2B4D51. Grayscale: #BBBBBB. Windows color (decimal): -2837842 or 11449044. OLE color: 11449044.

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

Color convert

RGB 212 178 174 -
CMYK 0 0.16 0.18 0.17
HSL 6.32º 0.31% 0.76% -
HSV(B) 6.32º 0.18% 0.83% -
XYZ 50.71 48.89 46.81 -
YUV 187.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 212 178 174 0 0.16 0.18 0.17 6.32 0.31 0.76
Hex D4 B2 AE 0 10 12 11 6 1F 4C
Octal 324 262 256 0 20 22 21 6 37 114
Binary 11010100 10110010 10101110 0 10000 10010 10001 110 11111 1001100

Color Harmonies of #D4B2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B2AE

Black with #D4B2AE

Text Example


Text Example

White with #D4B2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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