Html Css Color HEX #D6B2AE Oyster Pink

📋 copy color: '#D6B2AE'

red 214 ◦ green 178 ◦ blue 174

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

Shades of Oyster Pink #D6B2AE

Tints of Oyster Pink #D6B2AE

RGB

 RED value IS 214 (83.98% from 255) = 37.81%

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

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

R = 37.81%
G = 31.45%
B = 30.74%

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

#D6B2AE (or 0xD6B2AE) is known color: Oyster Pink. HEX triplet: D6, B2 and AE. RGB value is (214,178,174). Sum of RGB (Red+Green+Blue) = 214+178+174=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B2AE is #294D51. Grayscale: #BCBCBC. Windows color (decimal): -2706770 or 11449046. OLE color: 11449046.

HSL color Cylindrical-coordinate representation of color #D6B2AE: hue angle of 6º degrees, saturation: 0.33, 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 #D6B2AE is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 174 -
CMYK 0 0.17 0.19 0.16
HSL 0.33% 0.76% -
HSV(B) 0.19% 0.84% -
XYZ 51.29 49.19 46.84 -
YUV 188.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 214 178 174 0 0.17 0.19 0.16 6 0.33 0.76
Hex D6 B2 AE 0 11 13 10 6 21 4C
Octal 326 262 256 0 21 23 20 6 41 114
Binary 11010110 10110010 10101110 0 10001 10011 10000 110 100001 1001100

Color Harmonies of #D6B2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B2AE

Black with #D6B2AE

Text Example


Text Example

White with #D6B2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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