Html Css Color HEX #D7B2AE Oyster Pink

📋 copy color: '#D7B2AE'

red 215 ◦ green 178 ◦ blue 174

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

Shades of Oyster Pink #D7B2AE

Tints of Oyster Pink #D7B2AE

RGB

 RED value IS 215 (84.38% from 255) = 37.92%

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

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

R = 37.92%
G = 31.39%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7B2AE (or 0xD7B2AE) is known color: Oyster Pink. HEX triplet: D7, B2 and AE. RGB value is (215,178,174). Sum of RGB (Red+Green+Blue) = 215+178+174=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B2AE is #284D51. Grayscale: #BCBCBC. Windows color (decimal): -2641234 or 11449047. OLE color: 11449047.

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

Color convert

RGB 215 178 174 -
CMYK 0 0.17 0.19 0.16
HSL 5.85º 0.34% 0.76% -
HSV(B) 5.85º 0.19% 0.84% -
XYZ 51.58 49.34 46.85 -
YUV 188.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 215 178 174 0 0.17 0.19 0.16 5.85 0.34 0.76
Hex D7 B2 AE 0 11 13 10 6 22 4C
Octal 327 262 256 0 21 23 20 6 42 114
Binary 11010111 10110010 10101110 0 10001 10011 10000 110 100010 1001100

Color Harmonies of #D7B2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B2AE

Black with #D7B2AE

Text Example


Text Example

White with #D7B2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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