Html Css Color HEX #D5BBB9 Oyster Pink

📋 copy color: '#D5BBB9'

red 213 ◦ green 187 ◦ blue 185

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

Shades of Oyster Pink #D5BBB9

Tints of Oyster Pink #D5BBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.62%

R = 36.41%
G = 31.97%
B = 31.62%

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

#D5BBB9 (or 0xD5BBB9) is known color: Oyster Pink. HEX triplet: D5, BB and B9. RGB value is (213,187,185). Sum of RGB (Red+Green+Blue) = 213+187+185=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBB9 is #2A4446. Grayscale: #C2C2C2. Windows color (decimal): -2769991 or 12172245. OLE color: 12172245.

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

Color convert

RGB 213 187 185 -
CMYK 0 0.12 0.13 0.16
HSL 4.29º 0.25% 0.78% -
HSV(B) 4.29º 0.13% 0.84% -
XYZ 53.97 53.19 53.32 -
YUV 194.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 213 187 185 0 0.12 0.13 0.16 4.29 0.25 0.78
Hex D5 BB B9 0 C D 10 4 19 4E
Octal 325 273 271 0 14 15 20 4 31 116
Binary 11010101 10111011 10111001 0 1100 1101 10000 100 11001 1001110

Color Harmonies of #D5BBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBB9

Black with #D5BBB9

Text Example


Text Example

White with #D5BBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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