Html Css Color HEX #D6BCBB Oyster Pink

📋 copy color: '#D6BCBB'

red 214 ◦ green 188 ◦ blue 187

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

Shades of Oyster Pink #D6BCBB

Tints of Oyster Pink #D6BCBB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.92%

 BLUE value IS 187 (73.44% from 255) = 31.75%

R = 36.33%
G = 31.92%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6BCBB (or 0xD6BCBB) is known color: Oyster Pink. HEX triplet: D6, BC and BB. RGB value is (214,188,187). Sum of RGB (Red+Green+Blue) = 214+188+187=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCBB is #294344. Grayscale: #C3C3C3. Windows color (decimal): -2704197 or 12303574. OLE color: 12303574.

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

Color convert

RGB 214 188 187 -
CMYK 0 0.12 0.13 0.16
HSL 2.22º 0.25% 0.79% -
HSV(B) 2.22º 0.13% 0.84% -
XYZ 54.68 53.85 54.53 -
YUV 195.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 214 188 187 0 0.12 0.13 0.16 2.22 0.25 0.79
Hex D6 BC BB 0 C D 10 2 19 4F
Octal 326 274 273 0 14 15 20 2 31 117
Binary 11010110 10111100 10111011 0 1100 1101 10000 10 11001 1001111

Color Harmonies of #D6BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCBB

Black with #D6BCBB

Text Example


Text Example

White with #D6BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCBB; }

 p { color: rgb(214,188,187); }

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

background-color css

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

 a { background-color: rgb(214,188,187); }

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

border-color css

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

 span { border-color: rgb(214,188,187); }

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