Html Css Color HEX #D6BAB4 Oyster Pink

📋 copy color: '#D6BAB4'

red 214 ◦ green 186 ◦ blue 180

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

Shades of Oyster Pink #D6BAB4

Tints of Oyster Pink #D6BAB4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.07%

 BLUE value IS 180 (70.7% from 255) = 31.03%

R = 36.9%
G = 32.07%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D6BAB4 (or 0xD6BAB4) is known color: Oyster Pink. HEX triplet: D6, BA and B4. RGB value is (214,186,180). Sum of RGB (Red+Green+Blue) = 214+186+180=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAB4 is #29454B. Grayscale: #C1C1C1. Windows color (decimal): -2704716 or 11844310. OLE color: 11844310.

HSL color Cylindrical-coordinate representation of color #D6BAB4: hue angle of 10.59º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6BAB4 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 180 -
CMYK 0 0.13 0.16 0.16
HSL 10.59º 0.29% 0.77% -
HSV(B) 10.59º 0.16% 0.84% -
XYZ 53.53 52.71 50.53 -
YUV 193.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 214 186 180 0 0.13 0.16 0.16 10.59 0.29 0.77
Hex D6 BA B4 0 D 10 10 B 1D 4D
Octal 326 272 264 0 15 20 20 13 35 115
Binary 11010110 10111010 10110100 0 1101 10000 10000 1011 11101 1001101

Color Harmonies of #D6BAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAB4

Black with #D6BAB4

Text Example


Text Example

White with #D6BAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAB4; }

 p { color: rgb(214,186,180); }

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

background-color css

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

 a { background-color: rgb(214,186,180); }

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

border-color css

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

 span { border-color: rgb(214,186,180); }

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