#D4BBBA

Color #D4BBBA Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #D4BBBA

Tints of Oyster Pink #D4BBBA

Color information

#D4BBBA (or 0xD4BBBA) is unknown color: approx Oyster Pink. HEX triplet: D4, BB and BA. RGB value is (212,187,186). Sum of RGB (Red+Green+Blue) = 212+187+186=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBBA is #2B4445. Grayscale: #C2C2C2. Windows color (decimal): -2835526 or 12237780. OLE color: 12237780.

HSL color Cylindrical-coordinate representation of color #D4BBBA: hue angle of 2.31º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BBBA is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212187186-
CMYK00.120.120.17
HSL2.31º23.21%78.04%-
HSV(B)2.31º12.26%83.14%-
XYZ53.7853.0853.87-
YUV194.36123.28140.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=36.24%
G=31.97%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218718600.120.120.172.3123.2178.04
HexD4BBBA0CC112174e
Octal3242732720141421227116
Binary1101010010111011101110100110011001000110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BBBA; }

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

 H1.HeaderClassName
 {
   color: #D4BBBA;
 }
 .AnyTagClassName
 {
   color: #D4BBBA;
 }
</style>
background-color css

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

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

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

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

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

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