Html Css Color HEX #D6BBBA Oyster Pink

📋 copy color: '#D6BBBA'

red 214 ◦ green 187 ◦ blue 186

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

Shades of Oyster Pink #D6BBBA

Tints of Oyster Pink #D6BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.86%

 BLUE value IS 186 (73.05% from 255) = 31.69%

R = 36.46%
G = 31.86%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6BBBA (or 0xD6BBBA) is known color: Oyster Pink. HEX triplet: D6, BB and BA. RGB value is (214,187,186). Sum of RGB (Red+Green+Blue) = 214+187+186=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBBA is #294445. Grayscale: #C2C2C2. Windows color (decimal): -2704454 or 12237782. OLE color: 12237782.

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

Color convert

RGB 214 187 186 -
CMYK 0 0.13 0.13 0.16
HSL 2.14º 0.25% 0.78% -
HSV(B) 2.14º 0.13% 0.84% -
XYZ 54.36 53.38 53.89 -
YUV 194.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 214 187 186 0 0.13 0.13 0.16 2.14 0.25 0.78
Hex D6 BB BA 0 D D 10 2 19 4E
Octal 326 273 272 0 15 15 20 2 31 116
Binary 11010110 10111011 10111010 0 1101 1101 10000 10 11001 1001110

Color Harmonies of #D6BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BBBA

Black with #D6BBBA

Text Example


Text Example

White with #D6BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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