Html Css Color HEX #D6BEBB Oyster Pink

📋 copy color: '#D6BEBB'

red 214 ◦ green 190 ◦ blue 187

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

Shades of Oyster Pink #D6BEBB

Tints of Oyster Pink #D6BEBB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.15%

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

R = 36.21%
G = 32.15%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6BEBB (or 0xD6BEBB) is known color: Oyster Pink. HEX triplet: D6, BE and BB. RGB value is (214,190,187). Sum of RGB (Red+Green+Blue) = 214+190+187=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEBB is #294144. Grayscale: #C4C4C4. Windows color (decimal): -2703685 or 12304086. OLE color: 12304086.

HSL color Cylindrical-coordinate representation of color #D6BEBB: hue angle of 6.67º 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 #D6BEBB is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 190 187 -
CMYK 0 0.11 0.13 0.16
HSL 6.67º 0.25% 0.79% -
HSV(B) 6.67º 0.13% 0.84% -
XYZ 55.11 54.71 54.67 -
YUV 196.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 214 190 187 0 0.11 0.13 0.16 6.67 0.25 0.79
Hex D6 BE BB 0 B D 10 7 19 4F
Octal 326 276 273 0 13 15 20 7 31 117
Binary 11010110 10111110 10111011 0 1011 1101 10000 111 11001 1001111

Color Harmonies of #D6BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BEBB

Black with #D6BEBB

Text Example


Text Example

White with #D6BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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