Html Css Color HEX #D5BEBB Oyster Pink

📋 copy color: '#D5BEBB'

red 213 ◦ green 190 ◦ blue 187

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

Shades of Oyster Pink #D5BEBB

Tints of Oyster Pink #D5BEBB

RGB

 RED value IS 213 (83.59% from 255) = 36.1%

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

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

R = 36.1%
G = 32.2%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5BEBB (or 0xD5BEBB) is known color: Oyster Pink. HEX triplet: D5, BE and BB. RGB value is (213,190,187). Sum of RGB (Red+Green+Blue) = 213+190+187=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEBB is #2A4144. Grayscale: #C4C4C4. Windows color (decimal): -2769221 or 12304085. OLE color: 12304085.

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

Color convert

RGB 213 190 187 -
CMYK 0 0.11 0.12 0.16
HSL 6.92º 0.24% 0.78% -
HSV(B) 6.92º 0.12% 0.84% -
XYZ 54.82 54.56 54.66 -
YUV 196.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 213 190 187 0 0.11 0.12 0.16 6.92 0.24 0.78
Hex D5 BE BB 0 B C 10 7 18 4E
Octal 325 276 273 0 13 14 20 7 30 116
Binary 11010101 10111110 10111011 0 1011 1100 10000 111 11000 1001110

Color Harmonies of #D5BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BEBB

Black with #D5BEBB

Text Example


Text Example

White with #D5BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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