#D2BBBA

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

Shades of Oyster Pink #D2BBBA

Tints of Oyster Pink #D2BBBA

Color information

#D2BBBA (or 0xD2BBBA) is unknown color: approx Oyster Pink. HEX triplet: D2, BB and BA. RGB value is (210,187,186). Sum of RGB (Red+Green+Blue) = 210+187+186=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBBA is #2D4445. Grayscale: #C1C1C1. Windows color (decimal): -2966598 or 12237778. OLE color: 12237778.

HSL color Cylindrical-coordinate representation of color #D2BBBA: hue angle of 2.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BBBA is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB210187186-
CMYK00.110.110.18
HSL2.5º21.05%77.65%-
HSV(B)2.5º11.43%82.35%-
XYZ53.2152.7953.84-
YUV193.76123.62139.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=36.02%
G=32.08%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018718600.110.110.182.521.0577.65
HexD2BBBA0BB123154e
Octal3222732720131322325116
Binary1101001010111011101110100101110111001011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BBBA; }

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

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

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

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

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

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

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

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