Html Css Color HEX #D5BBBB Oyster Pink

📋 copy color: '#D5BBBB'

red 213 ◦ green 187 ◦ blue 187

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

Shades of Oyster Pink #D5BBBB

Tints of Oyster Pink #D5BBBB

RGB

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

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

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

R = 36.29%
G = 31.86%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5BBBB (or 0xD5BBBB) is known color: Oyster Pink. HEX triplet: D5, BB and BB. RGB value is (213,187,187). Sum of RGB (Red+Green+Blue) = 213+187+187=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBBB is #2A4444. Grayscale: #C2C2C2. Windows color (decimal): -2769989 or 12303317. OLE color: 12303317.

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

Color convert

RGB 213 187 187 -
CMYK 0 0.12 0.12 0.16
HSL 0.24% 0.78% -
HSV(B) 0.12% 0.84% -
XYZ 54.18 53.27 54.44 -
YUV 194.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 213 187 187 0 0.12 0.12 0.16 0 0.24 0.78
Hex D5 BB BB 0 C C 10 0 18 4E
Octal 325 273 273 0 14 14 20 0 30 116
Binary 11010101 10111011 10111011 0 1100 1100 10000 0 11000 1001110

Color Harmonies of #D5BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBBB

Black with #D5BBBB

Text Example


Text Example

White with #D5BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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